Jira
The Jira plugin can be used to issues from your Jira instance.

Configuration
The Jira plugin can only be used within the hub. To use the Jira plugin the following configuration is needed:
| Field | Type | Description | Required |
|---|---|---|---|
| name | string | The name of the Jira plugin instance. | Yes |
| type | jira |
The type for the Jira plugin. | Yes |
| options.url | string | The URL of your Jira instance. | Yes |
| options.session.token | string | The token must be a random string which is used to sign the JWT token, which is generated when a user is authenticated. | No |
| options.session.duration | string | The duration defines the lifetime of the generated token. When the token is expired the user must authenticate again. The default value is 720h |
No |
plugins:
- name: jira
type: jira
options:
url:
session:
token:
duration:
Insight Options
Note
The Jira plugin can not be used within the insights section of an application.
Variable Options
Note
The Jira plugin can not be used to get a list of variable values.
Panel Options
The following options can be used for a panel with the Jira plugin:
| Field | Type | Description | Required |
|---|---|---|---|
| jql | string | The JQL filter to get issues from your Jira instance. | Yes |