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
When calling jira.custom_fields(), an error is printed out:
Error in Python interpreter:
Type: <class 'requests.exceptions.HTTPError'>
Value: 404 Client Error: Not Found for url: https://deephaven.atlassian.net/rest/api/2/customFields?startAt=1&maxResults=50
When calling
jira.custom_fields()
, an error is printed out:It looks like it's trying to access a REST API that no longer exists. I think what it should be using instead is the
/field
endpoint:https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-issue-fields/#api-rest-api-2-field-get
Workaround is calling the URL directly:
The text was updated successfully, but these errors were encountered: