¿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.
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.
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.
Hope this helps !!
Regards,
Vishwas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.