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 month ago • 0 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