I've tried:
* several different formulations in JQL including Status != closed, resolution != resolved and others.
* adding a post function to the transition into closed
Not sure where to go from here.
Try "resolution is EMPTY" JQL
any resolution value added to an issue is considered resolved.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Update the JQL to make sure resolution is EMPTY is properly applied.
Add ( before the reporter and close with ) before AND resolution. so it would be
(reporter = username or watcher = username) and (resolution is empty)
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.
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.