Forums

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

JQL QUERY

Nidhi singh September 17, 2024

Hello All,

Anyone know how we can exclude those issues which are cloned or linked issues with clone type in jira using JQL query?

 

2 answers

0 votes
Liana Boboescu [StonikByte]
Atlassian Partner
September 18, 2024

Hi,

You can try this JQL:

project = "ABC" AND (issueLinkType not in ("clones", "is cloned by") OR issueLinkType is EMPTY)

 

0 votes
Yash_reddy
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.
September 18, 2024

Hi @Nidhi singh 

Welcome to the Atlassian Community!

For this you can try something like this 

issueLinkType != clones

to get more specific to project you can add project="your project name" and issueLinkType != clones

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events