atlassian-python-api
atlassian-python-api copied to clipboard
Edit issue not respect documentation
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.
@mrbatista Feel free to send a PR :)
Happy to merge it
@mrbatista @jsnouffer updated method. https://github.com/atlassian-api/atlassian-python-api/commit/52cd0d392da0ce6a436c59f39111c0e88d8c688e Thanks for the request. Will be published on next release