You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "This tool is a wrapper around atlassian-python-api\'s Jira issue_create API, useful when you need to create a Jira issue. The input to this tool is a dictionary containing the new issue summary and description, e.g. '{'summary':'new issue summary', 'description':'new issue description'}'",
output_text=f"Issue created: {created_issue.get('key')} available at {jira_instance_url}browse/{created_issue.get('key')}"ifisinstance(created_issue, dict) elsecreated_issue
0 commit comments