Skip to end of banner
Go to start of banner

How to get the list of high priority issues using calculated fields

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

This article helps in calculating the expression for filtering high-priority issues. 

Instructions

  1. Navigate to Jira Menu → AIO Reports → My Area → My Calculated Fields.
  2. Click Create New Field to create a new calculated field.
  3. From the right-hand side, search for the function IF ELSE and drag the function to build the expression.
  4. Likewise, drag the function EQUALS and place it in the condition.
  5. Now drag the Priority field to the value1.
  6. Within value2, click enter a constant value and input the value as High.
  7. Input value  as 1 and value 2 as 0.
  8. Name the calculated field along with a description and validate the field and use it in reports.





If you don't want to filter the entire report based on the priority of the issues, then use this expression which will be helpful to display the issue count of the high priority issues as a separate column.
  • No labels