The resolution field of all my issues is blank. Therefore, they do not show up in the dashboard under my assigned issues. It is my understanding that the resolution should be displayed as unresolved if the resolution field is empty. I thus suspect that the resolution is set to an empty string for whatever reason.
Tickets don't show up in search when searching for Resolution IS EMPTY.
I did read a few threads about similar issues and ruled out the usual suspects: There is no custom resolution named Unresolved added. Re-indexing the project did not help. Finally, there is no post-function that manipulates the resolution.
Anything else I could check? Is there a way to search for empty strings in JQL to confirm my suspicion? Perhaps it's possible to work around this issue by auto-clearing the resolution field in a post-function?
you can do it using javascript
using scripts in following questions you can do it
https://answers.atlassian.com/questions/219073/hide-issue-type-by-group-with-javascript
https://answers.atlassian.com/questions/131991/show-hide-jira-custom-field-select-list-options-troubleshooting
and also check this
https://answers.atlassian.com/questions/177006/how-to-hide-custom-field-options-on-workflow-transition
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.