I have several Types of custom fields:
Select List (multiple choices)
Labels
I am trying to view all issues in my Projects and organize them by how many values are present in these custom fields.
The Select List values are more important than the labels.
I am trying to view the lists with this logic:
View all issues in a project with the most values in Select List, then the most values in Label, so an issue with 5 values in the Select List would appear higher than one with 4, etc.
Is this possible with JQL?
Maybe with an add-on?
Is there another way to accomplish this, perhaps with reporting?
1. Associate the new issuetype to the project by modifying the project's issue type scheme. See https://confluence.atlassian.com/adminjiraserver/associating-issue-types-with-projects-938847092.html
2. Create the new workflow
3. Modify the workflow scheme associated with the project to add the new workflow for the new issue type. See https://confluence.atlassian.com/adminjiraserver/configuring-workflow-schemes-938847421.html#Configuringworkflowschemes-workflowsConfiguringworkflowsforaworkflowscheme
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.