bitflight-devops/Add or update Jira Issues with a FixVersion
This action will add the supplied list of FixVersions to the list of Jira Issue Keys
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The github token used for authenticating to GitHub | yes | — |
| fix_versions | A comma-separated list of FixVersions, if the FixVersion doesn't exist it will be created | yes | — |
| issues | A comma-separated list of Jira issue keys | yes | — |
| projects | A comma separated list of project names to include in the results by, i.e. DEVOPS,PROJECT1 | no | — |
| projects_ignore | A comma separated list of project names to exclude from the results by, i.e. INTERNAL,PROJECT2 | no | — |
| include_merge_messages | When parsing commit messages, include merge and pull messages. This is disabled by default, to exclude tickets that may be included or fixed in other branches or pull requests. | no | false |
| 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
no outputs