You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: