atlassian-api / atlassian-python-api

Atlassian Python REST API wrapper
https://atlassian-python-api.readthedocs.io
Apache License 2.0
1.29k stars 642 forks source link

create_object_navlist_iql - switched from post to get #1317

Closed HowNOT2Code closed 5 months ago

HowNOT2Code commented 5 months ago

According to Atlassian https://docs.atlassian.com/assets/REST/9.1.16/#iql-findObjects GET should be used and not POST.

A local test showed a 405 with POST and a correct result with GET.