turbot / steampipe-plugin-jira

Use SQL to instantly query Jira. Open source CLI. No DB required.
https://hub.steampipe.io/plugins/turbot/jira
Apache License 2.0
22 stars 14 forks source link

Querying the `sprint_ids` column in `jira_issue` fails for issues that have no sprints #88

Closed cbruno10 closed 1 year ago

cbruno10 commented 1 year ago

Describe the bug If an issue has no sprints, the sprint information from the SDK comes back as a string instead of map of strings

Steampipe version (steampipe -v) v0.20.9

Plugin version (steampipe plugin list) v0.10.1

To reproduce See above

Expected behavior Sprint IDs should return null instead of erroring

Additional context Add any other context about the problem here.