dimvic/JIRA integration

JIRA integration

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-usernameUsername (or email) used to access the JIRA REST API. Must have read access to your JIRA Projects & Issues.yes
jira-tokenAPI Token used to access the JIRA REST API. Must belong to <jira-username>.yes
jira-base-urlThe subdomain of JIRA cloud that you use to access it. Ex: "https://your-domain.atlassian.net".yes
jira-project-key-regexpRegexp referenced JIRA issue's code project key should match.no""
pr-enforce-issue-existsWhether to enforce JIRA issue codes existence in PR title.notrue
pr-enforce-issue-type-regexpRegexp JIRA issue's type to match a regular expression (ie '^epic$').no""
pr-update-titleWhether to update PR title with JIRA issue summary.notrue
pr-update-descriptionWhether to update PR body to include JIRA issue description.notrue
pr-issue-code-regexpRegexp used to match JIRA issue code in PR title.no^\[(\w+[_-]\d+)\]
pr-skip-base-ref-regexpSkip checks for PRs with a base ref matching this regexp (target ref: ie "^deploy/").no""
pr-skip-head-ref-regexpSkip checks for PRs with a head ref matching this regexp (source ref: ie "^main$", "^hotfix/", "^(main|hotfix/.*)$").no""
pr-skip-user-regexpSkip checks when PR user matches this regexp (ie "^dimvic$").no""

no outputs