abhinav-sharma-corpit/jira-lint

Add JIRA issue details to your GitHub pull request.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jun 5, 2023
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: abhinav-sharma-corpit/jira-lint@dfaeb983ca74fb394c2ce92cb89d7e5f79a3f306 # no releases — HEAD as of 2026-07-12

tags can be moved; commit SHAs can't. why a SHA?

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"nohttps://fexle.atlassian.net
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