How to get the count of high priority issues using Calculated Field in AIO Reports

This article helps in creating a calculated field expression to be used to get the 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 value1 as 1 and value2 as 0.
  8. Name the calculated field along with a description and validate the field and use it in reports.



    Once the above field is used in the Report, which has the Count of issues and the Project Name along with the Calculated field, the result will be shown as below. Here the P1 issues is the Calculated field, giving the number of high-priority issues.



  • 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.