JQL para validar todos los casos en estado abiertos y cerrados

Fredy Alexander Pena December 7, 2022

Buen día comunidad.

Agradezco si me apoyan con la consulta, Si existe alguna sentencia JQL para poder evidenciar de manera rápida todos los casos en estados cerrados o abiertos.

1 answer

0 votes
Fernando Eugênio da Silva
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 7, 2022

@Fredy Alexander Pena you can use like this:

 

status IN (cerrados, abiertos) (Use this to display a list of items in one of these statuses.)

 

Or you can use this:

status = cerrados (Use this to display issues only in closed statuses)

status = abiertos (Use this to display issues only in Open statuses)

 

See more: https://support.atlassian.com/jira-service-management-cloud/docs/use-advanced-search-with-jira-query-language-jql/

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events