Design new search in jira to sort out defects with labels that has status only as closed in jira

Sai Krithika December 9, 2020

Design new search in jira to sort out defects with labels that has status only as closed in jira

1 answer

0 votes
Nic Brough -Adaptavist-
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 9, 2020

You can simply convert your statement to JQL:

label = <whatever label you are looking for> and status = closed

Sai Krithika December 9, 2020

Thanks.But want to design JQL to search for labels with only status as closed eventhough it has pervious entries with status open,inprogress etc

Nic Brough -Adaptavist-
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 9, 2020

That is what the query does - it finds issues with labels with status closed.

Suggest an answer

Log in or Sign up to answer