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: 

Jira link prevent duplicate if already duplicated by

Robert G. Nadon
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.
October 17, 2016

Hi all,

Is there a way to prevent an issues from being linked or closed as duplicate if it is already duplicated by the same issue.   E.G.

Bug1 =>  duplicates => bug2

So bug1 is closed as duplicate.  Then someone goes into bug2 and links it as a duplicate of bug1

bug2 => duplicates => bug1

and closes it as a duplicate.   So bugs bugs were closed and no fixed was done.

So really I am asking can someone help me with the groovy code to prevent being closed if an issue has both inward and outward (duplicates and duplicated by) links to the same issue.

Thanks,

Robert

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
Answer accepted
Robert G. Nadon
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.
October 17, 2016

This would be my guess:

! (issueLinkManager.getOutwardLinks(issue.id)*.issueLinkType.name.contains('Duplicate') && issueLinkManager.getInwardLinks(issue.id)*.issueLinkType.name.contains('Duplicate') )

It works.  Will leave up here for a code reference as this could be useful...

TAGS
AUG Leaders

Atlassian Community Events