Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

filtering help

Tomas Gustavsson
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 2, 2019

 Project = A and issueFunction in hasLinks(blocks)

This is the filter i have right now,
gives all issues that blocks another ticket in some other project.
but i would like to pin point it to only find issue from one specific project.


Anyone know how to do it?

 

 

1 answer

1 accepted

0 votes
Answer accepted
Antoine Berry
Community Champion
May 2, 2019

Hi @Tomas Gustavsson ,

Could it be something like this ? 

Project = A and issueFunction in linkedIssuesOf("project = B", "is blocked by")

Antoine

Tomas Gustavsson
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 3, 2019

That was exactly what i were searching for

Like Antoine Berry likes this

Suggest an answer

Log in or Sign up to answer