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 method - changed parameter default values #1314

Closed HowNOT2Code closed 5 months ago

HowNOT2Code commented 5 months ago

Checks are done for some parameters if they are None but no default parameterization is done making them mandatory instead of optional. There are queries not requiring these parameters.