diff --git a/jira/resilientsession.py b/jira/resilientsession.py index 8656ed060..022e20278 100644 --- a/jira/resilientsession.py +++ b/jira/resilientsession.py @@ -162,7 +162,7 @@ def __init__(self, timeout=None, max_retries: int = 3, max_retry_delay: int = 60 super().__init__() # Indicate our preference for JSON to avoid https://bitbucket.org/bspeakmon/jira-python/issue/46 and https://jira.atlassian.com/browse/JRA-38551 - self.headers.update({"Accept": "application/json,*.*;q=0.9"}) + self.headers.update({"Accept": "application/json,*/*;q=0.9"}) # Warn users on instantiation the debug level shouldn't be used for prod LOG.debug(