Atlassian Jira Service Management Data Stream Parameters
The Azure DevOps plugin provides configurable data streams to fetch build and release data 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.
AQL Query
| Parameter | Description | 
|---|---|
| Query | Enter an AQL query, up to 300 objects will be returned, use more precise AQL for more granular selection. For example,  objectType = "Computers" | 
JQL Query
| 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: 
 | 
| Columns | Specify columns to return to improve performance by restricting the number of fields returned in your query. You must always specify the Status field. | 
Queues
| Parameter | Description | 
|---|---|
| Result type | Select how the query results are returned. Choose from: 
 | 
| Columns | Specify columns to return to improve performance by restricting the number of fields returned in your query. You must always specify the Status field. | 
Requests
| Parameter | Description | 
|---|---|
| Status | Select how the query results are returned. Choose from: 
 | 
| Result type | Select how the query results are returned. Choose from: 
 | 
| 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 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  CreatedorResolvedwithin the tile's timeframe period. If not selected, the tile brings back all work items regardless of the timeframe. |