I understand that Jira does not natively have a Priority value that covers an entire project. How can I use JQL to manually enter projects in the sequence I desire? I then want to apply this to a filter that I can assign to a gadget on a dashboard. The end goal is to have a list of projects-- the highest priority to the lowest priority displayed on a dashboard gadget.
If your end goal is to bring a dashboard with projects displayed by their priority from highest to the lowest, it can be achieved through the project categories.
What we can do is create project categories as follows:
P1 - Highest
P2 - High
P3 - Medium
P4 - Low
P5 - Lowest
To create project categories:
Global settings > Projects > Project Categories.
After creating these Project Categories, you can go to each project's settings and assign them to a category:
Projects > Project Settings > Details > Categories
(In the category dropdown, you will find the Priority which we created)
After adding all the categories to the projects, you can now go to the dashboard and add the native gadget called Projects.
In the Projects gadget:
More actions (...) > Configure > Under Projects and Categories, check/select All Categories.
Now in the Project Gadget, you will be able to see the projects displayed by their priority from highest to lowest.
Thank you.
Hi @Kelly Goodrich,
Assuming that you refer to projects as the containers you use to store issues in, the ones you access from the projects menu, I'm afraid that is not possible.
JQL searches for and allows you to sort issues and nothing but issues. As you are on a premium plan, it would be quite common to set up an issue type that represents your actual projects (now referring to the concept you would use in your company to represent real life business or IT projects) and add this to your Jira's issue type hierarchy as an additional level above epics. Once you have this in place, you can determine the order of your project issues like you would be able to do with any other issue type.
Hope this helps!
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.