Display issues with more than 5 links of the same project

Gabriela Seropian May 29, 2023

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!

1 answer

0 votes
Meliodas16
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 Leaders.
May 29, 2023

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.

Gabriela Seropian May 29, 2023

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. 

Suggest an answer

Log in or Sign up to answer