I am trying to automate the creation of stories when a multi-picker field is changed (any change) to create a story with a unique summary to match individual items in the multi-picker field.
For instance: Lines of Business - Line 1, Line 7, and line 13 are all selected.
I want multiple stories to be created with the summary Title - Line 1 and another story Title - Line 7 and another Title - Line 13. How do I do this?
Here is what I have tried:
When: Value Changes for
For Each: Lines of Business
Then: Create Issue
However, it creates as many stories as items selected (3 stories, Title - Line 1, Line 7, Line 13), but all of the items are in the summary line, instead of a summary for each item.
Thanks in Advance!
Hi @Amanda Crawford ,
welcome to the community!
Please provide a screenshot of your rule, especcially the branching / creation of issues, so we know what we are working with.
If you use smart brancing to iterate over your multi-select custom field value, and you then use the newly created variable in your branch, you should be able to use this in the creation of your new issues in the branch.
- Tessa
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.