worksome/Send commits to Jira
Parses a list of commit messages and sends the Jira ids to a Jira webhook.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| commits | An array containing a list of commit messages | yes | — |
| jira-webhook | The URL for the Jira webhook | yes | — |
Outputs
| name | description |
|---|---|
| raw-commits | The raw input of the commit messages |
| parsed-commits | The parsed commit messages from the input |
| jira-issue-keys | The JIRA issue keys parsed from the commit messages |