atlassian-api / atlassian-python-api

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

Edit issue not respect documentation #1414

Open mrbatista opened 3 months ago

mrbatista commented 3 months ago

The rest api documentation allow use of update and fields properties on body request but the edit_issue apply data only to update property. The update_issue method apply data only to fields property.

If api support request with both properties why use only one field at time? At the moment I have overwrite method with my custom implementation.

gonchik commented 1 week ago

@mrbatista Feel free to send a PR :)

Happy to merge it