I have a workflow where I need to create a handful of specific tasks when an epic is created. I'm using JMWE's create on transition. For the most part, it works. When my epic is created, six separate tasks are being created and linked via the Epic Link field to the new epic. They're getting the correct values for two of our required fields (account and work type.)
The part that isn't working correctly is the iterator. Instead of creating a task with each value in the iterator as the Summary, it's creating the correct number of tasks, but the Summary is always the same - the first value of the iterator (which admittedly matches the Summary value of the initial Set Fields setup; I tried removing that value, but then it throws an error that Summary is a required field.)
Where am I going wrong here? There should be six tasks with the following summaries:
Log Reviews
Firewall Rule
Configuration Standards
User Access Review
Security Alerts
Scans
Instead, there are six tasks, all with a summary of Log Reviews.
Here's the result:
And here's the setup:
The documentation is a bit fuzzy, but setting the Summary field value (at the top, in the "set fields of new issue" section) to
{{it}}
gave me the results I needed.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.