Jira plugin v2.0.4 - Fixed plugin panics in jira_backlog_issue and jira_project_role tables

Sep 11, 2026steampipe

Bug fixes

  • Fixed the components column in the jira_backlog_issue table to correctly return component IDs instead of causing a plugin panic. (#208) (Thanks @dark-panda for the contribution!)
  • Fixed the actor_account_ids column in the jira_project_role table to correctly handle group actors instead of causing a plugin panic. (#209) (Thanks @dark-panda for the contribution!)

Dependencies

  • Recompiled plugin with Go version 1.26. (#197)
  • Recompiled plugin with steampipe-plugin-sdk v6.1.0 that fixes a data race on connection config between the SDK's connection-update goroutine and plugin worker goroutines.