Hello Jira-automation colleagues,
We are using Jira DC 8.13.x version with automation for Jira.
For each value in the Fix Version field, we want to create Sub task.
Unfortunately, Jira DC does not have the 'For:each' option, so we were trying to use list of numbers conditions as per https://confluence.atlassian.com/automation/using-conditional-logic-in-smart-values-1081351607.html, however without success.
{ "fields": { "fixVersions": [ { "name": {{issue.tempversion.first.name.asJsonString}} } ] } }
{ "fields": { "tempversion" : [ {{#issue.tempversion}}{{^first}}{"name": "{{name}}"} {{^last}},{{/}}{{/}}{{/}} ] } }
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.