When I click on "all open issues" it shows my issues that are listed as closed. How do I get them to be considered resolved? I'd like them off of the "open issues" list.
Thanks!
You need to set the resolution to something (absolutely any value - the system sees an empty field in the database as "unresolved" and then "resolved" if there is any content)
You'll need to take a look at your workflow. Look at what status you consider "closed", and then look at all transitions into those closed-status. Those transitions all need either
Also check the transitions that go from closed status back to open ones, they need post-functions that clear the resolution
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.