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
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
Hi Mark,
Not sure if this counts but I found this link which might help you out:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.