Forums

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

Write JQL to find an issue that has subissues

Mouna Hammoudi
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.
June 27, 2023

JQL to check issues of type Fix that have non empty issue links. I need issues under the resolves as shown below in the following screenshot:

 

KJelq.png

2 answers

1 vote
Trudy Claspill
Community Champion
June 27, 2023

Hello @Mouna Hammoudi 

You can use the Issue Link Type function described in this document:

https://confluence.atlassian.com/jirasoftwareserver/advanced-searching-fields-reference-939938743.html

issuelinktype = "resolves"
0 votes
Rilwan Ahmed
Community Champion
July 27, 2023

Hi @Mouna Hammoudi ,

You can use JQL as below

Project = "ABC" and issuetype = Fix and issueLinkType = "resolves"

Please accept the answer if its resolves your query.

Suggest an answer

Log in or Sign up to answer