cloudbees-days/jira-create-issue
Create a new Jira issue with specified fields
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| jira-url | Jira instance URL (e.g., https://your-domain.atlassian.net) | yes | — |
| jira-username | Jira username or email address | yes | — |
| jira-token | Jira API token | yes | — |
| project-key | Project key where the issue will be created (e.g., MYPROJECT) | yes | — |
| issue-type | Issue type name (e.g., Bug, Story, Task, Epic) | yes | — |
| issue-fields | YAML object containing issue fields (will be converted to JSON for API) | yes | — |
| notify-users | Whether to send notifications to users about the new issue | no | true |
| dry-run | If true, validates the issue data without creating it | no | false |
Outputs
| name | description |
|---|---|
| issue-key | The key of the created issue (e.g., PROJ-123) |
| issue-id | The internal ID of the created issue |
| issue-url | The URL to view the created issue |