Hello,
I have a project with multiple dependencies on other projects (other projects block me). I would like to filter only the projects for which I have more than 5 blockers. Is it possible?
Thanks!
Hello @Gabriela Seropian ,
Unfortunately, out of the box you can not filter issues based on the number of links.
However if you have a third party plugin, you my be able to do so.
For example, if you have Scriptrunner, you can execute this JQL to get the number of issues having more than 5 blockers : issuefunction in hasLinks("is blocked by", "+5")
Kind regards.
Thanks a lot for the answer. Using haslinks(), I believe I will see the issues with more than 5 links. What I want to see are projects with more than 5 blockers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.