atlassian-python-api icon indicating copy to clipboard operation
atlassian-python-api copied to clipboard

Edit issue not respect documentation

Open mrbatista opened this issue 1 year ago • 1 comments

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 avatar Jun 07 '24 13:06 mrbatista

@mrbatista Feel free to send a PR :)

Happy to merge it

gonchik avatar Sep 15 '24 17:09 gonchik

@mrbatista @jsnouffer updated method. https://github.com/atlassian-api/atlassian-python-api/commit/52cd0d392da0ce6a436c59f39111c0e88d8c688e Thanks for the request. Will be published on next release

gonchik avatar Mar 30 '25 19:03 gonchik