elfsquad/Jira Issue Transition
This action transitions a Jira issue to a new status.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| client-email | The email address of the user to authenticate with | yes | — |
| client-token | The API token for the user to authenticate with | yes | — |
| base-url | Base url of your Jira instance | yes | — |
| issue-keys | The keys of the Jira issues to transition | yes | — |
| transition-status | The status to transition the issues to | yes | — |
| transition-comment | Automated comment to post on each transitioned issue | no | — |
| update-fields | Update fields of the issue to transition(e.g. Description, Name, or other custom fields, such as Priority or Project). Please provide these fields in JSON format | no | — |
| continue-on-error | Continue on error | no | false |
Outputs
| name | description |
|---|---|
| issue-keys | The key of the Jira issue that was transitioned. |
| transition-status | The status to which the issue was transitioned. |
| status | The status of the ran action. |