It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
For the below image is it possible to access the issue field of links (i.e. this issue "duplicates" Issue "XY-1234") through scriptrunner / behaviors.
How would one access for this link the "This issue" ,"Issue", or "Comment" field?
I tried searching everywhere but haven't found what I was expecting.
Thanks in advance.
Hello Randy.
If I'm not mistaken, that information is kept in "linkedIssues" through the IssueLinkManager. In this post, you will find some more info about it. I'm attaching the answer from Jamie Echlin in that very post:
for (IssueLink issueLink : issueLinkManager.getOutwardLinks(issue.getId())) { if (issueLink.getIssueLinkType().name == "Blocks") { return issueLink.destinationObject.getCustomFieldValue(...) } }
Hope this helps!
Cheers
DYelamos
This community is celebrating its one-year anniversary and Atlassian co-founder Mike Cannon-Brookes has all the feels.
Read moreHey Atlassian Community! Today we are launching a bunch of customer stories about the amazing work teams, like Dropbox and Twilio, are doing with Jira. You can check out the stories here. The thi...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.