Skip to content

Invalid syntax in get_sample.py #117

@jstjoe

Description

@jstjoe

"columnValues": "[<COLUMN_VALUE_1>,<COLUMN_VALUE_2>]",

In this sample the syntax for specifying unique values appears to be incorrect. It shows the entire array wrapped in a string, and the individual elements are (incorrectly) not handled as strings.

It should look something like this:

"columnValues": ["Buzz Aldrin"],

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions