actions-marketplace-validations/jira-description

Add JIRA issue details to your GitHub pull request.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenToken used to update PR description and add labels. Can be passed in using {{ secrets.GITHUB_TOKEN }}yes
jira-tokenAPI 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-urlThe subdomain of JIRA cloud that you use to access it. Ex: "https://your-domain.atlassian.net"yes
useWhere to look for issue key: branch | pr-title | bothno
skip-branchesA regex to ignore running on certain branches, like production etc.no""
jira-project-keyKey of project in jira. First part of issue keyno""
custom-issue-number-regexp Custom regexp to extract issue number from branch name.no""
fail-when-jira-issue-not-found Mark the PR status check as failed when a jira issue is not foundnofalse
namedescription
jira-issue-keyThe JIRA issue key. If key is not found the value is an empty string
jira-issue-foundIndication whether a jira issue was found or not
jira-issue-sourceIndication how the jira issue was found, by - branch | pr-title | null