Skip to content

Commit 0550501

Browse files
committed
Jira: add method get pugin info
1 parent c0ffdc2 commit 0550501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atlassian/jira.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2873,7 +2873,7 @@ def get_plugin_license_info(self, plugin_key):
28732873
Provide plugin license info
28742874
:return a json specific License query
28752875
"""
2876-
url = f"/rest/plugins/1.0/{plugin_key}-key/license"
2876+
url = "rest/plugins/1.0/{plugin_key}-key/license".format(plugin_key=plugin_key)
28772877
return self.get(url, headers=self.no_check_headers, trailing=True)
28782878

28792879
def upload_plugin(self, plugin_path):

0 commit comments

Comments
 (0)