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: 

Is it possible to access the issue field of links through scriptrunner?

Randy
Contributor
June 13, 2017

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.

 

jira_issue.PNG

 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Daniel Yelamos [Adaptavist]
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.
June 19, 2017

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

TAGS
AUG Leaders

Atlassian Community Events