cloudbees-days/jira-update-issues
Update Jira issue fields or transition issue status
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 | — |
| issue-key | Single issue key to update (e.g., PROJ-123). Mutually exclusive with jql. | no | — |
| jql | JQL query to find issues to update. Mutually exclusive with issue-key. | no | — |
| update-fields | YAML object containing fields to update | no | — |
| transition-id | Transition ID to apply to the issue(s) | no | — |
| transition-name | Transition name to apply (alternative to transition-id) | no | — |
| max-results | Maximum number of issues to update when using JQL | no | 50 |
| continue-on-error | Whether to continue updating other issues if one fails | no | true |
Outputs
| name | description |
|---|---|
| updated-issues | JSON array of issues that were successfully updated |
| failed-updates | JSON array of issues that failed to update |
| update-count | Number of issues successfully updated |