Skip to content

Version 3.20.0 changes JQL response format #944

Closed
@predominant

Description

@predominant

Hi @gonchik - The v3.20.0 released 6 hours ago changes the format/type of the JQL() response on the jira API.

Before the release, it would return a dict, now it returns a list..

After change:

[DEBUG] HTTP: Response text -> {"startAt":0,"maxResults":50,"total":0,"issues":[]}
[DEBUG] Response Type <class 'list'>

Before change:

[DEBUG] HTTP: Response text -> {"startAt":0,"maxResults":50,"total":0,"issues":[]}
[DEBUG] Response Type <class 'dict'>

I think if this is to be the format moving forward, then this warrants a major version bump to 4.x, leaving the original JWL response format on the 3.x major version.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions