-
Notifications
You must be signed in to change notification settings - Fork 664
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
[Jira] get_issue_changelog broken? #1396
Comments
JohnStrunk
added a commit
to JohnStrunk/jira-summary
that referenced
this issue
May 22, 2024
The latest version of atlassian-python-api (3.41.13) seems to have broken get_issue_changelog(). This locks to the version prior to the suspected change, pending the resolution of: atlassian-api/atlassian-python-api#1396 Signed-off-by: John Strunk <[email protected]>
@JohnStrunk as I see made mismatch.
|
There I will adjust it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I recently updated from 3.41.11 to 3.41.13, and now I'm having problems w/
get_issue_changelog
.It looks like #1375 changed the endpoint that is used, and I've started getting 404 from my Jira server.
Call:
client.get_issue_changelog("PROJ-123")
Response info:
Jira server: v9.12.7
The text was updated successfully, but these errors were encountered: