actions-marketplace-validations/jira-lint

Add JIRA issue details to your GitHub pull request.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
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.yes
jira-base-urlThe subdomain of JIRA cloud that you use to access it. Ex: "https://your-domain.atlassian.net"yes
skip-branchesA regex to ignore running on certain branches, like production etc.no""
skip-commentsA boolean if set to true, will skip adding lint comments for PR title.nofalse
pr-thresholdAn `Integer` based on which jira-lint add a comment discouraging huge PRs. Is disabled by `skip-comments`no800
validate_issue_statusSet this to true if you want jira-lint to validate the status of the detected jira issuesnofalse
allowed_issue_statusesA comma separated list of acceptable Jira issue statuses. You must provide a value for this if validate_issue_status is set to true Requires validate_issue_status to be set to true. noIn Progress

no outputs