jira_integration
Connect to Jira for issue tracking, enabling creation, updates, and deployment linking within cyber range environments.
Instructions
Integrate with Jira for issue tracking.
Args: action: Action to perform (configure, create_issue, update_issue, link_deployment) jira_url: Jira instance URL project_key: Jira project key api_token: Jira API token issue_id: Jira issue ID (for update/link operations) user_id: Optional user ID (admin only)
Returns: Jira integration result
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| jira_url | No | ||
| project_key | No | ||
| api_token | No | ||
| issue_id | No | ||
| user_id | No |