Skip to content

REST_API_v2/Incidents/list_incidents.py error line 44 #18

Description

@kaido89

There is an issue in the line
65: 'sort_by[]': SORT_BY,
it should be
65: 'sort_by': SORT_BY,
tested with
44: SORT_BY = ['urgency:ASC']
65: 'sort_by': SORT_BY,

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