Jira Data Stream Parameters

The Atlassian Jira plugin returns issues from your Jira tenant, filtered either within a single project or across the whole tenant.

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.

Issues

Returns the issues in a selected project, narrowed by the filters below. Use it when a dashboard is about one project.

Parameter
Description
Labels
Enter a comma-separated list of labels to match, for example frontend, urgent.
Status
Enter a status to match, for example In Progress.
Assignee
Enter an account ID or display name. Use currentUser() for the connecting user, or unassigned for issues with no assignee.
Issue Type
Enter an issue type to match, for example Bug, Story or Task.
Priority
Enter a priority to match, for example Highest, High or Medium.
Resolution
Enter a resolution to match, for example Done, Unresolved or Won't Do.
Additional JQL
Enter a JQL expression to combine with the filters above using AND, for example affectedVersion = "2.1.0".

Search Issues

Returns issues from across the whole tenant. Use it when the question spans projects, or when you want to lead with JQL rather than the filters.

Parameter
Description
Project Key
Enter a project key to limit the search to one project, for example PROJ. Leave empty to search the whole tenant.
Labels
Enter a comma-separated list of labels to match, for example frontend, urgent.
Status
Enter a status to match, for example In Progress.
Assignee
Enter an account ID or display name. Use currentUser() for the connecting user, or unassigned for issues with no assignee.
Issue Type
Enter an issue type to match, for example Bug, Story or Task.
Priority
Enter a priority to match, for example Highest, High or Medium.
Resolution
Enter a resolution to match, for example Done, Unresolved or Won't Do.
JQL
Enter free-form JQL. It is combined with the filters above using AND.

Was this article helpful?


Have more questions or facing an issue?