/
Assign item to user from custom field - draft
We have a new documentation site. Please go here to see the latest.
Assign item to user from custom field - draft
Details TBD.
Draft steps:
Trigger: When issue created/transitioned/updated
Condition: e.g., issue type equals the needed one.
Then: Edit Checklist Text field
Here we paste the text as it appears in the checklist editor or we reuse the current content of the Checklist Text custom field, e.g.
{{issue.customfield_1234}}
Then, we add a line (the task we need to assign with the custom field). We use smart value in this way:
@{{issue.customfield_5678}}
, multiple selections available,
Related content
Jira built-in automation
Jira built-in automation
Read with this
Add checklist when custom field gets particular value (issue create)
Add checklist when custom field gets particular value (issue create)
Read with this
Add label when checklist item is completed
Add label when checklist item is completed
Read with this
Apply checklist template to issue (on issue create, edit or transition)
Apply checklist template to issue (on issue create, edit or transition)
Read with this
Append checklist items on issue transition
Append checklist items on issue transition
Read with this
Add a Checklist to an Issue Based on a Label
Add a Checklist to an Issue Based on a Label
Read with this