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}}
@Jack Hunter [HeroCoders] I’d like to take a shot at building this one, but I’m not sure I understand the use case. 1. Are we trying to mention the assignee on one of the items already existing on the list? And if so, how do we determine which item?
2. Or are we trying to add a new item to the list and mention the assignee? And if so, how do we know what the new item is?