Skip to content

"Expecting either a value, list or function but got 'CF'" #200

@smolin

Description

@smolin

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingsteampipeSteampipe plugin issues

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions