-
-
Notifications
You must be signed in to change notification settings - Fork 873
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
backup_progress() method does not work #1839
Comments
Commit Message: Title: Fix for Error Calling Description: Changes:
Resolution Approach:
Impact:
Note: Additional details such as the specific code changes made, test cases executed, and any potential side effects should be included in the commit message based on the project's guidelines and requirements. |
Bug summary
When I call method backup_progress() or backup_complete() I got an error:
response text = {"message":"null for uri: https://xxx.atlassian.net/rest/obm/1.0/getprogress?_=17108468xxxxxx","status-code":404}
This endpoint seems to be outdated
I found old closed issue with same error #646
But for some reason I get this error even it should be already fixed.
Is there an existing issue for this?
Jira Instance type
Jira Cloud (Hosted by Atlassian)
Jira instance version
No response
jira-python version
3.6.0
Python Interpreter version
3.12
Which operating systems have you used?
Reproduction steps
Stack trace
Expected behaviour
backup_complete() returns True or False
Additional Context
No response
The text was updated successfully, but these errors were encountered: