actions-marketplace-validations/Jira extract issues by tags
Extract issue keys from commit messages
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Your Github token | yes | — |
| head-tag | The head tag, in format xxx_v1.1.0 || v1.1.0 || 1.1.0 || 1.1 | yes | — |
| release-tag | The release tag, defaults to previous semver if not specified | no | — |
| tag-filter | Tag used for filtering tags when finding previous release tag. Used as startsWith, ie. "xxx_" will only match tags starting with xxx_ | no | — |
| path-filter | Path filter for only extracting issues that has files matching certain paths. Supports a list of paths, by seperating with comma, ie. "src, folder/src". Useful in monorepos with several projects | no | — |
| continue-on-error | if set to false, do not throw exception on errors to continue flow. | no | false |
Outputs
no outputs