There are no significant changes in this plugin version; it has been released to align with Steampipe's v1.0.0 release. This plugin adheres to semantic versioning, ensuring backward compatibility within each major version.
Bug fixes
- Fixed pagination in
jira_issue
table. (#133) - Fixed
jira_issue
andjira_issue_comment
tables to correctly return data instead of an empty row when key quals are passed in thewhere
clause. (#138)
Dependencies
- Recompiled plugin with Go version
1.22
. (#135) - Recompiled plugin with steampipe-plugin-sdk v5.10.4 that fixes logging in the plugin export tool. (#135)
Enhancements
- The
login_id
column has now been assigned as a connection key column across all the tables which facilitates more precise and efficient querying across multiple Jira connections. (#119) - The Plugin and the Steampipe Anywhere binaries are now built with the
netgo
package. (#128) - Added the
version
flag to the plugin's Export tool. (#65)
Bug fixes
- Fixed pagination in the
jira_board
table to correctly return all the data instead of partial results. (#127)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.10.1 that adds support for connection key columns. (#119)
What's new?
- The plugin can now be downloaded and used with the Steampipe CLI, as a Postgres FDW, as a SQLite extension and as a standalone exporter. (#112)
- The table docs have been updated to provide corresponding example queries for Postgres FDW and SQLite extension. (#112)
- Docs license updated to match Steampipe CC BY-NC-ND license. (#112)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.8.0 that includes plugin server encapsulation for in-process and GRPC usage, adding Steampipe Plugin SDK version to
_ctx
column, and fixing connection and potential divide-by-zero bugs. (#111)
What's new?
- New tables added
Enhancements
- Added the
properties
column tojira_project
table. (#105)
Bug fixes
- Fixed typo in the docs/index.md file. (#102) (Thanks @adrfrank for the contribution!)
- Fixed the
jira_issue
table by enhancing case insensitivity support for thestatus
column. (#90)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.6.2 which prevents nil pointer reference errors for implicit hydrate configs. (#98)
Dependencies
- Upgraded to steampipe-plugin-sdk v5.6.1 with support for rate limiters. (#96)
- Recompiled plugin with Go version
1.21
. (#96)
What's new?
- Added support for querying on-premise Jira instances. This can be done by setting the
personal_access_token
config argument in thejira.spc
file. (#86) (Thanks @juandspy for the contribution!)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.5.1 which significantly reduces API calls and boosts query performance, resulting in faster data retrieval. (#92)
Bug fixes
- Fixed the
sprint_ids
column of thejira_issue
table to correctly return data for issues that have no sprints, instead of returning an error. (#87) (Thanks @juandspy for the contribution!)
Bug fixes
- Fixed pagination in the
jira_issue
table to avoid the truncation of the result set. (#82)
Enhancements
- Added
JIRA_URL
,JIRA_USER
andJIRA_TOKEN
environment variables for settingbase_url
,username
andtoken
config arguments respectively. (#79)
Bug fixes
- Fixed the
epic_key
column injira_issue
table to consistently return data instead ofnull
when key columns are not passed in thewhere
clause. (#80)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.3.0 which includes fixes for query cache pending item mechanism and aggregator connections not working for dynamic tables. (#77)
Enhancements
- Added support for
DefaultRetryConfig
configuration across all the tables to retry429 Too Many Requests
(Rate Limiting) errors. (#72)
Enhancements
- Added the
status_category
column to thejira_issue
table. (#69) (Thanks to @gabrielsoltz for the contribution!)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v4.1.8 which increases the default open file limit. (#70)
Bug fixes
- Not found errors are now handled correctly in
jira_backlog_issue
,jira_component
,jira_issue_type
, andjira_sprint
tables.
Bug fixes
- Fixed typos in the
plugin.go
file and updated the filename to usejira/table_jira_global_setting.go
instead ofjira/table_ jira_global_setting.go
. (#58) (Thanks to @s-spindler for the contribution!)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v4.1.7 which includes several caching and memory management improvements. (#62)
- Recompiled plugin with Go version
1.19
. (#62)
Enhancements
- Added the column
resolution_date
tojira_issue
table. (#56)
Bug fixes
- Fixed the Slack community links in README and docs/index.md files. (#53)
Enhancements
- Added support for native Linux ARM and Mac M1 builds. (#51)
Enhancements
- Added
key
andproject_type_key
as optional list key columns tojira_project
table. (#50) - Added context cancellation and limit handling for all tables. (#50)
- Improved help messages if any of the require configuration arguments aren't set. (#50)
Bug fixes
- Fixed paging for
jira_project
andjira_user
tables so all results should be returned correctly. (#50)
Enhancements
- Added optional quals for
jira_issue
table (#47) - Recompiled plugin with steampipe-plugin-sdk v3.1.0 (#47)
Enhancements
- Recompiled plugin with Go version 1.17 (#44)
- Recompiled plugin with steampipe-plugin-sdk v1.8.2 (#43)
What's new?
- New tables added
Enhancements
- Recompiled plugin with steampipe-plugin-sdk v1.6.1 (#40)
What's new?
- New tables added
Enhancements
- Updated: Plugin category is now
software development
Bug fixes
- Fixed: Cleanup unused code (#21)
What's new?