Hello,
I have some issues having resolution other than 'Unresolved' (like duplicate). But those issues do not display in 'Assigned to me' section. How can I get that?
That is it's purpose.
However in your case you do a simple JQL filter
assignee=currentUser() and resolution IN (desired resolutions here)
or
assignee=currentUser() and resolution NOT IN (undesired resolutions here)
Then, add a Filter Results gadget in System Dashboard (I'm assuming that's what you have setup) to display results for that filter.
@namshree, not exactly sure what the assigned to me "section" is you are referring to. However, I suspect this is the default filter that is in Jira to show you all of your Open (unresolved) issues. If you want to see resolved issues as well then simply create a filter, dashboard, etc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
ah ok so you are speaking fo the dashboard gadget "assigned to me". No you cannot edit it. but you can certainly add a filter gadget to your dashboard (if you own the dashboard) and use a filter that shows "assignee = currentuser()". I would also filter out the open issues since they would be shown by the current gadget. This has the benefit of separating your "TO DO" from your "DONE".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@namshree, if this answered your question please consider selecting the checkmark. this helps others in the future searches.
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.