Describe the bug
Query for Jira issues fails with an error about "CF"
Steampipe version (steampipe -v)
% steampipe -v
Steampipe v2.4.0
Plugin version (steampipe plugin list)
% steampipe plugin list
+-----------------------------------------------+---------+-------------+
| Installed | Version | Connections |
+-----------------------------------------------+---------+-------------+
| hub.steampipe.io/plugins/turbot/azure@latest | 1.12.0 | azure |
| hub.steampipe.io/plugins/turbot/config@latest | 1.3.0 | config |
| hub.steampipe.io/plugins/turbot/jira@latest | 2.0.3 | jira |
+-----------------------------------------------+---------+-------------+
To reproduce
% steampipe query "select * from jira_issue limit 1";
Error: jira: Error in JQL Query: Expecting either a value, list or function but got 'CF'. You must surround 'CF' in quotation marks to use it as a value. (line 1, character 9): request failed. Please analyze the request body for more details. Status code: 400 (SQLSTATE HV000)
Expected behavior
Command to output a table with column headers and one record
Additional context
This is a Jira Cloud account. At least some other Jira queries work as expected, though I haven't explored too far
Describe the bug
Query for Jira issues fails with an error about "CF"
Steampipe version (
steampipe -v)Plugin version (
steampipe plugin list)To reproduce
Expected behavior
Command to output a table with column headers and one record
Additional context
This is a Jira Cloud account. At least some other Jira queries work as expected, though I haven't explored too far