Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Tricky jql to show issues where a linked issue meets a specific criteria

Sonja Altmann September 6, 2024

Hi there, 

I dont know if I can do this with JQL, so asking here to see if anyone can help me.

I have a JPD Project with a field "Roadmap"   Project:  AFP

I have a Jira project (FEAT) which has issues linked with "implements" link to AFP

I want to find all FEAT tickets where their linked AFP issues has a Roadmap field of "Active"

Can this even be done?

 

 

2 answers

1 accepted

Suggest an answer

Log in or Sign up to answer
0 votes
Answer accepted
Prosper Agwegiokhe September 7, 2024

Hi @Sonja Altmann

I’m Prosper, a support engineer at Appfire, and I’m here to help you.

If you are open to 3rd party solutions, the app I work for, JQL Search Extensions for Jira, you can use the query below to get the results for your use case:

linkType = implements and project = "Feat" and "Roadmap field" = "Active"

You can see more information about this query here, and please contact our support if you have any other questions about this query.

We’ll be happy to help you!

Best regards,
Prosper.

0 votes
Mohamed Benziane
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 6, 2024

Hi,

This is not possible with JQL out of the box. You will need to use an add-on, or create an automation rule that will add a value to a custom field, then use a JQL query to find issues that have a specific value in that custom field.

TAGS
AUG Leaders

Atlassian Community Events