Forums

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

Query

Spruha Shah February 5, 2024

Help me write a query to show ALL issues except feature that has link type 'is blocked by' or blocks

2 answers

0 votes
Jerrold - Empyra
Community Champion
February 6, 2024

Hi 

you can try this JQL

project = (name) AND issueLinkType != "is blocked by" AND issueLinkType != blocks

Thank you.

0 votes
Laurie Sciutti
Community Champion
February 5, 2024

Hi @Spruha Shah ~ this should do it:

NOT (issuetype = Story and (issueFunction in hasLinks("blocks") or issueFunction in hasLinks("is blocked by")))
Spruha Shah February 5, 2024

Hi @Laurie Sciutti This gives me issues with all link types. 

I only want to see issues excluding features that are either 'blocked by' or 'blocks' features 

 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
TAGS
AUG Leaders

Atlassian Community Events