The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Linking Issues From a List to One Another

Matt Steadman
Contributor
January 4, 2021

Hi,

I am trying to come up with a way to accomplish the following using Automation for Jira:

- Issue is linked to multiple issues. (IE: Issue A links to Issue B, Issue C, and Issue D using as a Ships With Link)

- Issues that were linked to the single issue also link to the other issues as well. (IE: Issue B links to Issue C and Issue D using a Ships With Link. Issue C links to Issue B and Issue D using a Ships With Link. Issue D links to Issue B and Issue C using a Ships With Link.)

Currently I have come up with a way that when a issue is linked with the Ships With Link that a custom field will populate with all of the Issue Keys (the Issue Key of the Trigger Issue as well as all of the Linked Issues). I am then linking the other issues to all of the Issues Keys in the Custom Field.

The problem I am running into now, is that the automation does link the issues as it should, but, it does always throw the error of "You cannot link an issue to itself." (because the Issue Key for the Issue also resides in the list on the Custom Field).

My question is, is there a easier method that anyone has accomplished linking all the issues back to one another? Or, is there a way to ignore the error of "You cannot link an issue to itself." so that I will still receive emails when a rule fails after a success?

Attached are screenshots of the rules and error log

Thanks!

Screenshot_Rule_Part1.pngScreenshot_Rule_Part2.pngScreenshot_Rule_AuditLog.png

2 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
nmenere
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 18, 2021

Hi @Matt Steadman ,

 

I spent an hour trying to come up with a solution around this but it is hard to remove the key from that string and still have it parsed by the link issue component. e.g. using

{{triggerIssue.Shipped With Keys.remove(issue.key)}} 

results in

ABC-123, , ABC-234

If we had a "filter" mechanism on lists it could work, but alas, we don't.

 

Cheers,
Nick 

Matt Steadman
Contributor
January 18, 2021

Thanks for your time Nick.

0 votes
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
January 4, 2021

Hi @Matt Steadman 

Please consider posting an image of your rule and the audit log for a case showing the error.  This will provide some context for people to help out.  Thanks!

I suspect that the solution to your use case will end up being selective about what values you put into that custom field, and so prevent the rule/tree from looping back on the trigger issue.

Best regards,

Bill

Matt Steadman
Contributor
January 4, 2021

Thanks Bill, I have edited the original post to include those screenshots

TAGS
AUG Leaders

Atlassian Community Events