How to get a result for number of tickets in unresolved status on a given day?

Sriveni Kokkonda December 8, 2014

I want to search for the issues that has status = "Unresolved" on a given date. Which function should i use?

1 answer

1 vote
Sneha Sheth December 9, 2014

Hi Sriveni,

The following JQL can be used:

status was Unresolved ON "2014-12-09"

where the date can be entered as desired in any format supported by JIRA.

 

Thanks,

Sneha

Randall Robertson
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.
December 10, 2014

@Sriveni Kokkonda Out of the box, JIRA uses Unresolved as a Resolution value, not a Status. Are you looking for issues that have status = Unresolved or Resolution = Unresolved? If you actually want Resolution = Unresolved, then use Resolution instead of status in @Sneha Sheth 's answer above.

Suggest an answer

Log in or Sign up to answer