Skip to content

Conversation

@dephekt
Copy link
Contributor

@dephekt dephekt commented Feb 25, 2021

The Jira.get_plugins_info() method is currently broken. Calling this method results in a 404 client error:

requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://platformsh.atlassian.net/rest/plugins/1.0

The issue is the URL should have a trailing slash but we don't set trailing=True when calling the Jira.get() method in the return. This remedies that situation and fixes #703.

@gonchik gonchik merged commit b4e8395 into atlassian-api:master Feb 25, 2021
@gonchik
Copy link
Member

gonchik commented Feb 25, 2021

@dephekt Thank you !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Jira] 404 on get_plugins_info() in jira module

2 participants