Skip to content

Commit fdc131a

Browse files
Fix forgotten config assignement in the tool
1 parent f862939 commit fdc131a

File tree

1 file changed

+1
-0
lines changed
  • python-agent-tools/create-issue

1 file changed

+1
-0
lines changed

python-agent-tools/create-issue/tool.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ def set_config(self, config, plugin_config):
99
# This logger outputs the key in DEBUG mode ...
1010
logging.getLogger("jiraapiclient.discovery").setLevel("INFO")
1111
logging.info("JiraCreateIssueTool init")
12+
self.config = config
1213
connection_details = get_connection_details(config)
1314
self.client = JiraClient(connection_details)
1415
self.client.start_session("issue")

0 commit comments

Comments
 (0)