Skip to end of banner
Go to start of banner

Custom JQL gadget showing blank line

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 13 Next »

This article explains the blank line issue in the custom JQL gadget.

Issue Description

When performing field aggregation in JQL Custom Charts, it is important to note that if the specific field is blank for certain issues, a corresponding blank line will appear in the JQL chart, indicating a count of 0 for that category.

Reason

The field count displays 0 along with a blank line due to the fact that issues in which the specific field lacks a value are considered null. The null values are not equivalent to one another, which results in them not being grouped together when the count of the specific field is computed.

Steps for Resolution

A potential solution for this issue is to create two separate JQL custom charts. One chart can display all the issues where the specific field is blank, and the other chart can show all the issues where the specific field does not have a blank value. To achieve this, utilize the "is null" and "is not null" keywords in the JQL queries. This approach helps segregate and analyze the data based on the presence or absence of values in the specific field.

  • No labels