actions-marketplace-validations/Jira After Merge Action
Transitions an issue and optionally sets fix version
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 4, 2022
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/lukaprebil_jira-merged-action@a4cb3ab3b08248ddf718b4b92ddccf8a6f4d5376 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| jira_hostname | Hostname for the Jira server | yes | — |
| jira_token | — | yes | — |
| issue | Issue key, format [PROJECT-]1234. If project is not provided as part of issue key, it must be provided in project variable. | yes | — |
| project | Project key for the Jira project. Only needed if not supplied as part of issue key. | no | — |
| transition | ID of the transition to execute | yes | — |
| version | Jira version name to set as issue fix version | no | — |
Outputs
no outputs