I would like to make a query that, in a specific project, returns issue that have been updated after the issue has been marked "resolved". I tried the following:
project = "Jira Support" and updated > resolved
But that returns an error: Date value 'resolved' for field 'updated' is invalid.
Is there any way to make that query?
There are workarounds, depending on how dirty you want to get your hands.
For example @Dieter made a suggestion to solve pretty much the same problem here: https://answers.atlassian.com/questions/37374/does-jira-provide-a-view-or-report-that-show-issue-history-changes-for-multiple-issues?page=1#37948, or you could write your own JQL function plugin to do it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's what I'm suggesting Dieter would suggest if he remembered his answers ;-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.