You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Specify values for **Name**, **Type** and **Attributes** of the new property. Select the **Mandatory** checkbox if it's a required field. Switch on the **Active** toggle button to make the property visible in issues.
3. Click the **Confirm** (green checkmark icon) to add the property to the issue type.
63
+
3. Click **Confirm** (green checkmark icon) to add the property to the issue type.
64
64
65
65
<Warning>Before you delete properties, switch off the **Active** toggle button to avoid data loss.</Warning>
66
66
67
67
### Property types
68
68
69
69
Here's a list of all the property types and attributes that Plane provides for creating custom fields:
70
70
71
-
| Propertytype | Attributes | Notes|
71
+
| Property type | Attributes | Notes|
72
72
| --------------| ------------------- |---- |
73
73
|**Text**| Single line, Paragraph, Read-only | The **Read-only** attribute cannot be marked as mandatory. Enter text in the Read only data box for this option.|
74
74
|**Number**| Default value | An optional default value can be given to this property type.|
75
75
|**Dropdown**| Single select, Multi select, Add options | Specify the values for the dropdown under **Add options**. |
76
76
|**Boolean**| True/False | Default value is false. This attribute cannot be marked as mandatory. |
77
77
|**Date**| Date Format | Consistent date format across all properties. |
78
-
|**Memberpicker**| Single Select, Multi select | Displays a list of all project members. |
78
+
|**Member picker**| Single Select, Multi select | Displays a list of all project members. |
Copy file name to clipboardExpand all lines: core-concepts/issues/overview.mdx
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,9 @@ After creating an issue, you have the option to add sub-issues to it either by c
49
49
50
50
Issues can be removed in two ways:
51
51
52
-
1.**Archive Issues:** Completed or canceled issues can be archived, and automations can be set up to archive such issues. It's recommended to conclude an issue by closing it before archiving. Archived issues can be found in the project's options.
52
+
1.**Archive Issues:** Completed or canceled issues can be archived, and automations can be set up to archive such issues. It's recommended to conclude an issue by closing it before archiving. Archived issues are present in the project's additional options and can be found in three dots menu next to the project name.
0 commit comments