Skip to content

Commit d5de0ae

Browse files
Merge pull request #99 from makeplane/fix-archive-issues
fix: updated archived issues
2 parents 18957cc + 38909a1 commit d5de0ae

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

core-concepts/issues/issue-types.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,22 +60,22 @@ Adding custom properties to the default issue type Issue and other newly created
6060
<Frame>![Create issue](/images/issues/add-new-property.webp)</Frame>
6161
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.
6262
<Frame>![Create issue](/images/issues/property-details.webp)</Frame>
63-
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.
6464

6565
<Warning>Before you delete properties, switch off the **Active** toggle button to avoid data loss.</Warning>
6666

6767
### Property types
6868

6969
Here's a list of all the property types and attributes that Plane provides for creating custom fields:
7070

71-
| Property type | Attributes | Notes|
71+
| Property&nbsp;type | Attributes | Notes|
7272
| --------------| ------------------- |---- |
7373
| **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.|
7474
| **Number** | Default value | An optional default value can be given to this property type.|
7575
| **Dropdown** | Single select, Multi select, Add options | Specify the values for the dropdown under **Add options**. |
7676
| **Boolean** | True/False | Default value is false. This attribute cannot be marked as mandatory. |
7777
| **Date** | Date Format | Consistent date format across all properties. |
78-
| **Member picker** | Single Select, Multi select | Displays a list of all project members. |
78+
| **Member&nbsp;picker** | Single Select, Multi select | Displays a list of all project members. |
7979

8080

8181
### Examples of custom properties

core-concepts/issues/overview.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ After creating an issue, you have the option to add sub-issues to it either by c
4949

5050
Issues can be removed in two ways:
5151

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.
53+
54+
<Frame>![archived-issues](/images/issues/archived-issues.webp)</Frame>
55+
5356

5457
2. **Delete Issues:** Issues that are created accidentally or no longer relevant to the project can be deleted from the board.

images/issues/archived-issues.webp

11.9 KB
Loading

0 commit comments

Comments
 (0)