bitflight-devops/Jira Transition Manager
This action will transition the list of Jira issues provided between states, or it will display the available transitions and the current issue state.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| issues | A comma delimited list of one or more Jira issues to be transitioned | yes | — |
| jira_transitions_yaml | YAML configuration that overrides the configuration in the `.github/github_event_jira_transitions.yml` file. | no | — |
| jira_base_url | The Jira cloud base url including protocol i.e. 'https://company.atlassian.net' or use environment variable JIRA_BASE_URL | no | — |
| jira_user_email | The Jira cloud user email address or use environment variable JIRA_USER_EMAIL | no | — |
| jira_api_token | The Jira cloud user api token or use environment variable JIRA_API_TOKEN | no | — |
| fail_on_error | If there is an error during transition, the action will error out. | no | false |
Outputs
| name | description |
|---|---|
| issueOutputs | A JSON list of Jira Issues and their transition details |