We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ffdc2 commit 0550501Copy full SHA for 0550501
atlassian/jira.py
@@ -2873,7 +2873,7 @@ def get_plugin_license_info(self, plugin_key):
2873
Provide plugin license info
2874
:return a json specific License query
2875
"""
2876
- url = f"/rest/plugins/1.0/{plugin_key}-key/license"
+ url = "rest/plugins/1.0/{plugin_key}-key/license".format(plugin_key=plugin_key)
2877
return self.get(url, headers=self.no_check_headers, trailing=True)
2878
2879
def upload_plugin(self, plugin_path):
0 commit comments