Changelog
2.7.3
- ⚙️ Chore: Backend dependencies updated
2.7.2
Patch Changes
8ee3dba: Jira: broaden sprint date parsing to handle more Jira formats
- Sprint date sub-fields (Start / End / Complete) returned null whenever the source Jira instance emitted a date string outside the three layouts parseDateTime accepted. Sprint Name was unaffected because it goes through the string handler, not the date parser.
- Replace the three hard-coded layouts with a wider list covering ISO 8601 without milliseconds, RFC 3339 with colon-separated timezone offsets (e.g. 2024-04-30T00:00:00.000+00:00), and the Mon Jan _2 15:04:05 MST 2006 form Greenhopper emits when sprint custom fields serialize as Java toString blobs (Items: "string" in the schema, observed on older Jira DC). -Add a unit test for parseDateTime and a framer-level test that exercises sprint sub-fields end to end through DynamicFramer.Execute for both the modern JSON sprint shape and the older Java-toString shape, across each newly-supported date format.
b0010f6: 🐛 Fix: Sprint date sub-fields (Sprint Start Date, Sprint End Date, Sprint Complete Date) now populate correctly. The internal date parser previously accepted only three layouts and rejected several formats Jira emits — most notably ISO 8601 without milliseconds (
2024-04-30T00:00:00Z), RFC 3339 with colon-separated timezone offsets (2024-04-30T00:00:00.000+00:00), and the JavaDate.toString()format used by older Jira DC sprint serializations (Tue Apr 30 00:00:00 UTC 2024). Date sub-fields hitting any of these formats came back null in the resulting frame.
2.7.1
- ⚙️ Chore: New Go version supported
v2.7.0 - 2026-04-27
- 🚀 Feature: Add Support for SQL Abstraction
2.6.2
- ⚙️ Chore: New Go version supported
v2.6.1 - 2026-04-15
- ⚙️ Chore: Update dependencies
v2.6.0 - 2026-03-27
- 🚀 Feature: Added support for OAuth 2.0 for Service Accounts
v2.5.4 - 2026-03-11
- 🐛 Fix: Fixed Sprint field not displaying sub-fields bug
v2.5.3 - 2026-03-06
- ⚙️ Chore: Update dependencies
v2.5.2 - 2026-02-26
- ⚙️ Chore: Update dependencies
v2.5.1 - 2026-02-10
- 🐛 Fix: Fixed time range macro bug
v2.5.0 - 2026-02-09
- 🚀 Feature: Added TLS Settings to datasource configuration page
v2.4.0 - 2026-01-29
- 🚀 Feature: Support API Token with Scopes
v2.3.5 - 2026-01-14
- 🐛 Fix: Fixed description field not showing up in Select Fields drop down
v2.3.4 - 2025-12-03
- ⚙️ Chore: Update frontend dependencies
- ⚙️ Chore: Minimal supported Grafana version is now
11.6.7
v2.3.3 - 2025-10-10
- 🐛 Fix: Updated fallback code to look at host (server or cloud) when determining which API endpoint to call
v2.3.2 - 2025-10-07
- 🐛 Fix: Remove non-Jira fields from query that get set when another datasource is selected as the default
v2.3.1 - 2025-09-10
- 🐛 Fix: Improve witching to new jql search endpoints
v2.3.0 - 2025-09-02
- 🚀 Feature: Add support for Jira Service Management fields
v2.2.1 - 2025-08-26
- 🐛 Fix: Add fallback for
jqlendpoints missing in older Jira installations
v2.2.0 - 2025-08-18
- ⚙️ Chore: Switch to jql endpoints for search
v2.1.2 - 2025-07-09
- ⚙️ Chore: Improve logging
v2.1.1 - 2025-07-08
- ⚙️ Chore: Improve logging
v2.1.0 - 2025-06-30
- 🐛 Fix: Handle cascading select fields properly
- ⚙️ Chore: Update backend dependencies
v2.0.0 - 2025-05-20
- ⚙️ Chore: Switch to v3 API as the older versions are being deprecated
- 🚀 Feature: Support all custom fields
- ⚙️ Chore: Update backend dependencies
v1.12.0 - 2025-05-12
- ⚙️ Chore: Improve configuration error handling
- ⚙️ Chore: Update backend dependencies
v1.11.8 - 2025-03-25
- ⚙️ Chore: Improve logging
v1.11.7 - 2025-02-17
- ⚙️ Chore: Improve error logging
v1.11.6 - 2025-02-11
- ⚙️ Chore: Update backend dependencies
v1.11.5 - 2025-02-04
- ⚙️ Chore: Update frontend dependencies
v1.11.4 - 2025-01-10
- ⚙️ Chore: Update backend dependencies
v1.11.3 - 2025-01-08
- ⚙️ Chore: Remove deprecated error source imports and fix incorrect error source for non-json content error
v1.11.2 - 2024-12-18
- ⚙️ Chore: Update backend dependencies
v1.11.1 - 2024-12-16
- ⚙️ Chore: Update backend dependencies
v1.11.0 - 2024-11-28
- ⚙️ Chore: Bump backend dependencies
v1.10.8 - 2024-11-22
- ⚙️ Chore: Update dependencies
v1.10.7 - 2024-11-12
- ⚙️ Chore: Updated backend dependencies
v1.10.6 - 2024-11-05
- 🧪 Tests: migrate e2e tests to
@grafana/plugin-e2e
v1.10.5 - 2024-10-10
- 🐛 Fix: Fix health check error messages
v1.10.4 - 2024-10-03
- ⚙️ Chore: Update frontend dependencies
- ⚙️ Chore: Minimal supported Grafana version is now
10.4.8
v1.10.3 - 2024-09-23
- ⚙️ Chore: Update dependencies
v1.10.2 - 2024-09-02
- 🐛 Fix: Fix enterprise query caching not working
v1.10.1 - 2024-08-30
- ⚙️ Chore: update backend dependencies
v1.10.0 - 2024-08-21
- handle html responses gracefully + update backend dependencies
v1.9.8 - 2024-08-19
- ⚙️ Chore: handle 401 error source correctly
v1.9.7 - 2024-07-24
- ⚙️ Chore: add errorsource to jira plugin
v1.9.6 - 2024-07-01
- ⚙️ Chore: update backend dependencies
v1.9.5 - 2024-05-29
- ⚙️ Chore: update backend dependencies
v1.9.4 - 2024-04-12
- 🐛 Fix: fix status category field to populate correctly in results
v1.9.3 - 2024-04-05
- 🐛 Fix: Fix broken PDC
v1.9.2 - 2024-03-25
- 🐛 Fix: Fix issue with plugin failing when querying "Key" field only
- ⚙️ Chore: Update backend dependencies
v1.9.1 - 2024-03-13
- ⚙️ Chore: Backend binaries are now compiled with Go version
1.22.1
v1.9.0 - 2024-02-20
- ⚙️ Chore: Add error source to responses
v1.8.1 - 2023-11-21
- 📝 Documentation: Update documentation
v1.8.0 - 2023-10-26
- ⚙️ Chore: Update backend and frontend dependencies
- ⚙️ Chore: Minimum required Grafana runtime version is now 9.5.13
v1.7.2 - 2023-08-24
- ⚙️ Chore: grafana backend plugin sdk updated to
v0.171.0
v1.7.1 - 2023-07-27
- ⚙️ Chore: grafana backend plugin sdk updated to
v0.170.0
v1.7.0 - 2023-06-29
- 🚀 Feature: Added support for selecting additional fields (including JSON fields). Use transformations to extract values from JSON fields.
v1.6.1 - 2023-06-08
- ⚙️ Chore: backend libs updated with golang:1.20.5
v1.6.0 - 2023-05-22
- 🚀 Feature: UI improvements to configuration page
v1.5.0 - 2023-05-10
- 🚀 Feature: Secure socks proxy support added
v1.4.1 - 2023-05-05
- 🐛 Fix: Fixed bug where query parameters were ignored when running query (bug appeared in
1.4.0)
v1.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
v1.3.0 - 2023-04-18
- 🚀 Feature: Small improvements to the config page (fixed tooltip, UI improvements, etc.)
v1.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
v1.1.0 - 2023-02-01
- ⚙️ Chore: Internal frontend dependencies updated
- ⚙️ Chore: Minimum required Grafana runtime version is now 8.4.7
v1.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
v1.0.10 - 2022-11-04
- ⚙️ Chore: Backend binaries compiled with latest go version 1.19.3
v1.0.9 - 2022-09-26
- Fixed an issue with logger
v1.0.8 - 2022-07-19
- Over 100 issues can be queried now
v1.0.7 - 2022-03-20
- Entering a user in settings is now optional
v1.0.6 - 2022-03-15
- Updated documentation
v1.0.5 - 2022-01-06
- Update sdk: individual license, instance manager, debugger
v1.0.4 - 2021-12-10
- Add debug logger
v1.0.3 - 2021-11-18
- Fixes for inconsistent run query button behavior
v1.0.2 - 2021-06-08
- Fixes Grafana v8 field loading issue
v1.0.1 - 2021-04-07
- Update grafana-enterprise-sdk
v1.0.0 - 2021-03-31
- Official plugin release
v0.9.7 - 2021-03-11
- Query type is now being set when selecting the Jira data source
v0.9.6 - 2021-02-26
- 🚀 Feature: Add Jira Server support
- 🚀 Feature: Add Limit setting for Issues query
v0.9.5 - 2021-01-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
v0.9.4 - 2021-01-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
v0.9.0 - 2021-01-06
- Beta release