journeyworker/Jira Version Release
Release Jira version when GitHub release is created
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token | yes | — |
| jira-host | Jira host URL (e.g., "your-domain" for your-domain.atlassian.net) | yes | — |
| jira-email | Jira account email | yes | — |
| jira-token | Jira API token | yes | — |
| project-prefix | Jira project prefix (e.g., "VP" for VP-123) | yes | — |
| jira-version-prefix | Prefix to add to version names (e.g., "Mobile" for "Mobile 1.0.0") | no | — |
| skip-subtask | Skip subtasks when updating versions | no | false |
| skip-child | Skip child issues when updating versions | no | false |
| component | Component name to add to issues | no | — |
| status | Status to update Jira issues to (e.g., "Done", "In Progress") | no | — |
| released | Whether the version has been released | no | true |
Outputs
| name | description |
|---|---|
| jira_issue_keys | List of Jira issue keys that were updated |
| fail_jira_issue_keys | List of Jira issue keys that failed to update |