Hello,
we want to create a script listner in jira server to combine values from one custom field in all linked issues to the same field in the parent issue.
Example: we have a customfield A with different values ( Val1,Val2,Val3 ) in 3 linkedissues. We want to combine those values into the same customfield in the parent issue like
Customfield_in_parent_issue = Val1,Val2,Val3
the listner will handle the filling of the customfield in the parent issue and updating the value if one of the mentionned linkedissue customfield value has been updated.
Is it possible ?
Thanks in advance of your help.
Wajih
I guess it is possible. you'll have to place some conditions in your listener.
you can use "Issue Updated" event and check the issue has any parent(linked) and if so get the linked issues of that parent and get updated your parent ticket's field by combining them.
I believe that is text field
BR,
Leo
Jira Product Discovery Premium is now available! Get more visibility, control, and support to build products at scale.
Learn moreOnline 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.