Hi @Shinise Tillek ,
To see all your main priorities in Jira, you can follow these steps:
Create a JQL (Jira Query Language) Filter:
- Navigate to Issues > Search for Issues.
- In the search bar, use a JQL query to filter by priority, for example:
assignee = currentUser() AND priority in (High, Highest) ORDER BY due ASC
- This will show all issues assigned to you with the highest priority.
Save the Filter:
- After executing the query, click on Save as to save it as a custom filter for future use.
- Name the filter (e.g., "My High Priority Issues").
Add the Filter to Your Dashboard:
- Go to Dashboards and create a new dashboard or edit an existing one.
- Add a "Filter Results" gadget and link it to your saved filter.
- This allows you to see all your priority tasks in one view on your dashboard.
Use the Issue Navigator:
- You can also use the issue navigator to apply filters and sort by priority, status, or due date directly in the issue list.
By following these steps, you can easily see and track all of your high-priority tasks in one place in Jira.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.