Issue Navigator - Clicking on "Assigned to me" doesn't return any records even though there are matching records for the current user with resolutions as 'Unresolved'
Try this search:
assignee = currentUser() AND resolution = Unresolved
I have tried this and it doesn't return any data!
But this returns the correct data:
assignee = currentUser() AND resolution = "\"Unresolved\""
What is the problem??
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Go to admin->issue->resolution:
Delete Unresolved if any.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi ck,
But why??
As I try to delete it says:
Delete Resolution: Unresolved |
|
Confirm that you want to delete this resolution, and specify what is to be done with the issues currently attached to it. There are currently 167 matching issues, that must be changed to another resolution. |
|
New resolution for matching issues |
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.
You really do NOT want a Resolution called "unresolved".
The reason is simple - Jira considers the Resolution field to be the "open or closed" flag. If the field contains any data, the issue is "closed". It does not care if the data says "unresolved", "open", "penguin", "closed", "anvil" - the issue is closed because the field is set.
This makes resolutions with names like "unresolved" or "not done yet" or "open" an absolute nightmare for the humans because they see "unresolved" whereas Jira sees the issue as "resolved"
In other words, delete "unresolved" now. It's making your data complete nonsense. (167 issues is a minor change, you don't need script runners or anything complex, just delete it)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, I see. Sorry.
You can't select the "empty" option when doing this. The assumption is that resolved issues would stay resolved and you're only removing the resolution because it needs changing to another.
You'll need to bulk-edit the issues to remove the resolution before deleting it. 167 is only a small set though.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try this:
Create new resolution say "TEST", delete "unresolved" by mapping it to "TEST".
After that searching "TEST" resolution in filter. re-opened all 167 issues by bulk operations.
Again delete "TEST" resolution.
Hopes it helps you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Er, @ck - you know that all that does is rename the problem from "unresolved" to "TEST"? That's not going to fix any of CV's problems, it's just an extra, unneccessary step.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Also try a debugging test by specifying the user directly. If you were logged in as me for example, then try "assignee = currentUser()" and "assignee = nic", and a third test of "assignee = nic" when logged in as someone else.
The numbers you get out of those might tell you more about the problem.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, I was not clear. I only said "debug", because that's what you're doing by running the searches and gathering more information.
Run the three searches I defined, and tell us what the answers are (how many issues each one returns)
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.