Closed
Description
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
Labels
No labels