Jira Data Stream Parameters

The Atlassian Jira plugin provides configurable data streams to fetch ticket information and metrics.

Each configurable data stream exposes a set of parameters that lets you filter the data you retrieve. The following information describes the available configurable data streams and their parameters in detail.

Filters

Parameter
Description
Result type
Result type:
Select how the query results are returned. Choose from:
  • List: All matching results are returned. This is the default option.
  • Count: Returns a simple count based on the number of items matching the query.
  • Aggregate: Select a column to aggregate results by by specifying it in the Group by field.
    Selecting a Date type column additionally displays the Bucket by field, allowing you to specify how to group date-based aggregations (for example, by Month).
Columns
Specify only the columns you want to return to speed up the query. This field displays when List is selected as the Result type.

JQL Query

The JQL Query data stream does not use the Timeframe as the JQL will override it.

Parameter
Description
JQL Query
Enter the JQL you want to use. You can copy and paste the JQL from Jira, to make use of Jira's IntelliSense.
Result type
Select how the query results are returned. Choose from:
  • List: All matching results are returned. This is the default option.
  • Count: Returns a simple count based on the number of items matching the query.
  • Aggregate: Select a column to aggregate results by by specifying it in the Group by field.
    Selecting a Date type column additionally displays the Bucket by field, allowing you to specify how to group date-based aggregations (for example, by Month).
Columns
Specify only the columns you want to return to speed up the query. You must always specify the Status field.

JQL Query (Over Time)

Parameter
Description
JQL Query
Enter the JQL you want to use. You can copy and paste the JQL from Jira, to make use of Jira's IntelliSense.
$DATASET
Fill out a list of values to use for the query, replaces the $DATASET placeholder in the query

Work Items

Parameter
Description
Status
Select a status to filter work items by.
Result type
Select how the query results are returned. Choose from:
  • List: All matching results are returned. This is the default option.
  • Count: Returns a simple count based on the number of items matching the query.
  • Aggregate: Select a column to aggregate results by by specifying it in the Group by field.
    Selecting a Date type column additionally displays the Bucket by field, allowing you to specify how to group date-based aggregations (for example, by Month).
Columns
Specify only the columns you want to return to speed up the query. This field displays when List is selected as the Result type.
Use timeframe
Select the Use Timeframe checkbox to use the tile timeframe to return work items evaluated against the value selected from the Timeframe column field.
For example, you can return work items that are Created or Resolved within the tile's timeframe period. If not selected, the tile brings back all work items regardless of the timeframe.

Was this article helpful?


Have more questions or facing an issue?