Hi,
I have an Insight Custom Field in which several objects are filled in.
Now I want to automatically create a (sub)task for every object entered in the Insight Custom Field.
How can this be achieved? Anyone have ideas or tips?
I'm already looking at a post on the community
But I can't get the part with a value removed from an insight custom field to work.
Regards, Marco
p.s. I have access to scriptrunner, automation for jira and JMWE, among other apps
you could do that with JMWE's Create Issue(s) post-function, returning the value of the Insight custom field in the Iterator script. Then, if you need to access the "current" insight object (during the iteration) to set a field on the new issue, you can use the "it" variable to refer to it.
I got it done with JMWE. Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @David Fischer ,
one additional question.
I want to include the information of the "current" insight object in the summary and/or description, is that possible?
Example Summary:
Take action on <%=issue.get("customfield_14702")%>
If so, what is the right groovy?
Regards, Marco
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.