codenamegrant/JIRA Link Action
Automatically adds, updates, or removes a JIRA ticket link in a PR based on the PR title.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token (usually secrets.GITHUB_TOKEN) | yes | — |
| jira-base-url | Base URL for your JIRA instance (eg: https://yourcompany.atlassian.net) | yes | — |
| jira-link-mode | Where to add the JIRA link: body-start, body-end | no | body-start |
| issue-pattern | Custom regex to match JIRA issues (default: "[A-Z]+-\\d+") | no | — |
Outputs
no outputs