create_issue
Create a Jira issue for security incidents, vulnerabilities, or remediation tasks. Returns the new issue key and URL for tracking.
Instructions
Create a new Jira issue. Use to file security incidents, vulnerabilities, or remediation tasks. Returns the new issue key and URL. Common issue types: Task, Bug, Story, Incident, Security Incident (depends on project configuration).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| labels | No | Labels to attach. Examples: ["security-incident", "ransomware", "P1"]. | |
| summary | Yes | Issue summary/title (one-line description of the incident or task). | |
| assignee | No | Assignee Jira accountId (use search_issues to find accountIds or check with jira_health_check for your own). | |
| priority | No | Priority name. Examples: Critical, High, Medium, Low. | |
| components | No | Component names to associate. Must match existing components in the project. | |
| issue_type | No | Issue type name (default: Task). Examples: Task, Bug, Story, Incident. Must match a type available in the project. | |
| description | No | Full description of the issue. Plain text; will be formatted for Jira API version automatically. | |
| project_key | Yes | Jira project key where the issue will be created (e.g. SEC, INFRA, OPS). |