I want to search for the issues that has status = "Unresolved" on a given date. Which function should i use?
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
@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.
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.