solarekm/Create Jira Issue
Creates a Jira issue or Sub-task with enhanced security, validation, and enterprise-grade reliability
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| jira_server | The Jira server URL (e.g., https://company.atlassian.net) | yes | — |
| jira_username | The Jira username or email address | yes | — |
| jira_api_token | The Jira API token (not password!) | yes | — |
| project_key | The Jira project key (e.g., PROJ, DEV) | yes | — |
| issue_type | The type of the issue | yes | Task |
| parent_issue_key | The key of the parent issue if creating a Sub-task (e.g., PROJ-123) | no | — |
| assignee | Assignee username (optional) | no | — |
| issue_summary | The summary/title of the issue | yes | — |
| issue_description | The detailed description of the issue | yes | — |
| issue_priority | The priority of the issue | yes | Medium |
| issue_labels | Comma-separated labels for the issue (e.g., bug,frontend,urgent) | no | — |
| attachment_paths | Comma-separated paths of files to attach (e.g., ./logs/error.log,./screenshots/bug.png) | no | — |
| log_level | Logging level for debugging (DEBUG, INFO, WARNING, ERROR) | no | INFO |
Outputs
| name | description |
|---|---|
| issue_key | The key of the created Jira issue |
| issue_url | The URL of the created Jira issue |