The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

JQL Query | issueLinkType & issueType

Vincent Cottineau
February 3, 2022

Hi,

I am using the following JQL query:

project = EVV AND issuetype = Feature AND issueLinkType not in ("implemented by", implemented) ORDER BY key ASC

Is it possible to filter the linked issues by their issue types ?

Regards,

Vincent

2 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Angélica Luz
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 4, 2022

Hello @Vincent Cottineau,

Welcome to the Atlassian Community!

When it comes to filtering linked issues, currently, it’s only possible to filter the ones from a ticket and not for all tickets of a specific project.

If you need to filter by issue type, it will be necessary to add the issue key of the parent issue and then filter by the issue type:

issue in linkedissues(ISSUEKEY-123) AND issuetype = Bug

For more detailed information, please check Andy’s answer on the thread below and also our documentation:

There is a feature request suggesting improvements for that:

Please, click on Vote for this issue and also watch it to receive updates.

Kind regards,
Angélica

0 votes
Vincent Cottineau
February 6, 2022

Thanks for your reply !

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events