solvocloud/extract-jira-key
Extracts a JIRA issue key from a string
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| input | The input string | yes | — |
| group | Regex group number to return | yes | 2 |
| regex | Regular expression to match against | yes | (feature/|bugfix/)?([A-Z]{1,10}-[0-9]+) |
Outputs
| name | description |
|---|---|
| issue-key | The extracted issue key |