Count number of links of a certain type on an issues

Mark Bednarski April 9, 2015

Hi

I need to create a field which shows me the number of links on an issue having a certain link type. I found in this forum: https://answers.atlassian.com/questions/273729

So I tried:

import com.atlassian.jira.component.ComponentAccessor
a = ComponentAccessor.getIssueLinkManager().getLinkCollection(issue, issue.reporter).getAllIssues().size()
return a.toString()

Unfortunately this always returns '0'

But anyway I assume what I really want is something like that:

Unfortunately this as well always returns '0'

Any ideas?

Thank you very much

Mark

2 answers

0 votes
Mark Bednarski April 9, 2015

Hi Benito,

appreciate you try to help. The article you sent is about REST and I'm not able to transform any information from that article to my problem.

Hope someone has another idea.

Tanks

Mark

0 votes
Benito Picarelli
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 9, 2015

Hi Mark,

Not sure if this counts but I found this link which might help you out:

https://answers.atlassian.com/questions/161626

Suggest an answer

Log in or Sign up to answer