gridgentoo/jira-description
Add JIRA issue details to your GitHub pull request.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Token used to update PR description and add labels. Can be passed in using {{ secrets.GITHUB_TOKEN }} | yes | — |
| jira-token | API Token used to access the JIRA REST API. Must have read access to your JIRA Projects & Issues. Format: <jira username>:<jira token> | yes | — |
| jira-base-url | The subdomain of JIRA cloud that you use to access it. Ex: "https://your-domain.atlassian.net" | yes | — |
| use-branch-name | Set true if you want to use branch name for getting issue key | no | — |
| skip-branches | A regex to ignore running on certain branches, like production etc. | no | "" |
| jira-project-key | Key of project in jira. First part of issue key | no | "" |
| custom-issue-number-regexp | Custom regexp to extract issue number from branch name. | no | "" |
Outputs
no outputs