Missed Team ’24? Catch up on announcements here.

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

¿Qué consulta JQL debo usar para listar los proyectos que no tienen ninguna issue de un tipo?

ines_vilarino January 5, 2022

¿Qué consulta JQL debo usar para listar los proyectos que no tienen ninguna issue de un tipo en concreto?

Por ejemplo, listar todos los proyectos que no tienen ninguna tarea de tipo incidencia.

1 answer

1 accepted

3 votes
Answer accepted
Vishwas
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.
January 5, 2022

Hey @ines_vilarino 

Welcome to Atlassian Community !!

Well JQL returns the set of issues at site level and when we restrict query by adding project = XYZ then it returns issues at XYZ project.

In your case you are looking to get the issues not in incident across all projects ?

so JQL would be like this issuetype != "[System] Incident"

This query returns all the issues across site which are not incidents.

In columns view you can add project parameter. After that export to csv and you can figure out the list of projects by this way.

JQL_Search.png

Also you can create a Dashboard for the above JQL query too

In dashboard add "Two Dimensional Filter Statics" -> Select "Issue type" in y-axis and "Project" in x-axis. Like this the gadget showed me the list of projects without Incident Issues.

Dashboard_Issue type.png

Hope this helps !!

 

Regards,

Vishwas

ines_vilarino January 5, 2022

Muchas gracias! 

Like Vishwas likes this

Suggest an answer

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

Atlassian Community Events