Plugins 〉Jira
Jira
How to configure the JIRA plugin
Instantly visualize Jira data in Grafana
The Jira data source plugin is the easiest way to pull Jira data directly into Grafana dashboards.
- Visualize it either in isolation (one database) or blend it with other data sources.
- Discover correlations and covariances across all your data in minutes.
Grafana Cloud Pro
- $25 / user / month and includes a free trial for new users
- Available with a Grafana Cloud Pro plan
- Access to 1 Enterprise plugin
- Fully managed service (not available to self-manage)
Grafana Cloud Advanced / Grafana Enterprise
- Available with a Grafana Cloud Advanced plan or Grafana Enterprise license
- Access to all Enterprise plugins
- Run fully managed or self-manage on your own infrastructure
Installing Jira on Grafana Cloud:
Installing plugins on a Grafana Cloud instance is a one-click install; same with updates. Cool, right?
Note that it could take up to 1 minute to see the plugin show up in your Grafana.
Installing plugins on a Grafana Cloud instance is a one-click install; same with updates. Cool, right?
Note that it could take up to 1 minute to see the plugin show up in your Grafana.
Installing plugins on a Grafana Cloud instance is a one-click install; same with updates. Cool, right?
Note that it could take up to 1 minute to see the plugin show up in your Grafana.
Installing plugins on a Grafana Cloud instance is a one-click install; same with updates. Cool, right?
Note that it could take up to 1 minute to see the plugin show up in your Grafana.
Installing plugins on a Grafana Cloud instance is a one-click install; same with updates. Cool, right?
Note that it could take up to 1 minute to see the plugin show up in your Grafana.
For more information, visit the docs on plugin installation.
Installing on a local Grafana:
For local instances, plugins are installed and updated via a simple CLI command. Plugins are not updated automatically, however you will be notified when updates are available right within your Grafana.
1. Install the Data Source
Use the grafana-cli tool to install Jira from the commandline:
grafana-cli plugins install
The plugin will be installed into your grafana plugins directory; the default is /var/lib/grafana/plugins. More information on the cli tool.
Alternatively, you can manually download the .zip file for your architecture below and unpack it into your grafana plugins directory.
Alternatively, you can manually download the .zip file and unpack it into your grafana plugins directory.
2. Configure the Data Source
Accessed from the Grafana main menu, newly installed data sources can be added immediately within the Data Sources section.
Next, click the Add data source button in the upper right. The data source will be available for selection in the Type select box.
To see a list of installed data sources, click the Plugins item in the main menu. Both core data sources and installed data sources will appear.
Change Log
1.6.0
Minor Changes
- UI improvements to configuration page
1.5.0
Minor Changes
- Feature: Secure socks proxy support added
[1.4.1] 2023-05-05
- Fix - Fixed bug where query parameters were ignored when running query (bug appeared in
1.4.0
)
[1.4.0] 2023-05-03 (BROKEN, USE 1.4.1
INSTEAD)
- Feature - Made internal improvements to reduce request time (re-adding of the selected fields needed to see the improvement)
- Chore - Backend binaries are now compiled with Go 1.20.4
[1.3.0] 2023-04-18
- Feature - Small improvements to the config page (fixed tooltip, UI improvements, etc.)
[1.2.0] 2023-03-22
- Feature - Made improvements to the config page usability
- Feature - Updated "Run query" button style and position in the query editor
- Feature - Started showing JQL errors in the query editor
[1.1.0] 2023-02-01
- Chore - Internal frontend dependencies updated
- Chore - Minimum required Grafana runtime version is now 8.4.7
[1.0.11] 2022-12-13
- Chore - Backend binaries are now compiled with Go 1.19.4
- Chore - Grafana backend plugin SDK updated to v0.145.0
- Chore - Backend third party dependencies updated
[1.0.10] 2022-11-04
- Chore - Backend binaries compiled with latest go version 1.19.3
[1.0.9] 2022-9-26
- Fixed an issue with logger
[1.0.8] 2022-7-19
- Over 100 issues can be queried now
[1.0.7] 2022-3-20
- Entering a user in settings is now optional
[1.0.6] 2022-3-15
- Updated documentation
[1.0.5] 2022-1-6
- Update sdk: individual license, instance manager, debugger
[1.0.4] 2021-12-10
- Add debug logger
[1.0.3] 2021-11-18
- Fixes for inconsistent run query button behavior
[1.0.2] 2021-06-08
- Fixes Grafana v8 field loading issue
[1.0.1] 2021-4-7
- Update grafana-enterprise-sdk
[1.0.0] 2021-3-32
- Official plugin release
[0.9.7] 2021-3-11
- Query type is now being set when selecting the Jira data source
[0.9.6] 2021-2-26
- Feature: Add Jira Server support
- Feature: Add Limit setting for Issues query
[0.9.5] 2021-1-15
<nil>
and[]
are no longer displayed when there is no data to display in a field- Fields that do not have a converter no longer show up in list of selectable fields
- Added tooltips
- User Display Name will not just be User Name
- Added support for more fields
- Status
- Labels
- Components
- Resolution
- Priority
- Due Date
- Votes
- User (not in arrays)
- Version
- Parent
- Sub Tasks
- All options fields
- Any
- FixVersions
- AffectsVersions
- Rank
- Epic Link
- Epic Status
[0.9.4] 2021-1-11
- Added supported Jira types
- Any
- Approval
- Array
- Date
- Feed Back
- Number
- Option
- Project
- Sprint
- String
- User
- Added support for expanding Jira types so they can be selected in the field selector, for example Sprint object becomes Sprint Name, Sprint Start Date and so on
[0.9.0] 2021-1-6
- Beta release