Closed
Description
several methods of atlassian.rest_client.AtlassianRestAPI
, like the post
method, do not propagate the advanced_mode
flag to the underlying request
method. Because that flag is not propagated to the underlying call, rate limit exceptions are thrown and graceful handling of a 429 status code by using the response headers is not possible.
Proposed fix: pass the advanced_mode
flag passed into functions like post
to the underlying request
method.
Metadata
Metadata
Assignees
Labels
No labels