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
Copy file name to clipboardExpand all lines: fern/docs/pages/airdrop/metadata-extraction.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -504,7 +504,7 @@ be changed by the end user at any time, such as mandatory fields or custom field
504
504
- If a status field has no explicit transitions but you still want a stage diagram, set `all_transitions_allowed` to `true`, which creates a diagram where all the defined stages can transition to each other.
505
505
- External systems may categorize statuses (like Jira's status categories), which can be included in the diagram metadata (`states` in the example).
506
506
- The `starting_stage` defines the initial stage for new object instances. This data should always be provided if available, otherwise the starting stage is selected alphabetically.
507
-
-In current metadata format (v0.2.0), the order and human-readable name are taken from the enum values defined on the controlling field.
507
+
-The order and human-readable name are taken from the enum values defined on the controlling field.
508
508
- If the `states` field is not provided, default DevRev states are used: `open`, `in_progress`, and `closed`.
0 commit comments