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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.