actions-marketplace-validations/Jira Release/Archive Action
Create, Release or Archive a Jira Fix Version
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| jira_base_url | URL of Jira instance. Example - https://<yourdomain>.atlassian.net | yes | — |
| jira_api_token | Access Token for Authorization. Example - HXe8DGg1iJd2AopzyxkFB7F2 (How To) | yes | — |
| jira_user_email | email of the user for which Access Token was created for . Example - human@example.com | yes | — |
| jira_project | ID of Jira project (usually all caps, like PROJ) | yes | — |
| release_name | Name of the release, fix version | yes | — |
| time_zone | timezone used for setting release date, default UTC | no | England/Greenwich |
| release | Create the version as released | no | false |
| archive | Create the version as archived | no | false |
| tickets | Comma-separated list of Jira issue keys to be assigned to the release. | no | "" |
| create | Create a Jira release. | no | true |
| dry_run | Perform only read actions and show the logs. | no | false |
Outputs
| name | description |
|---|---|
| release_id | Id of the release, created or updated |