bitflight-devops/Find Jira Issue Keys In GitHub Event

This action will find the issue keys in the GitHub event and return them as a comma separated list

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
tokenThe github token used for authenticating to GitHubno
fromFind from predefined place. Can be 'branch', 'pull_request', 'string', or 'commits', default is 'commits' nocommits
stringA string to search for issuesno""
projectsA comma separated list of project names to include in the results by, i.e. DEVOPS,PROJECT1 no""
projects_ignoreA comma separated list of project names to exclude from the results by, i.e. INTERNAL,PROJECT2 no
include_merge_messagesWhen parsing commit messages, include merge and pull messages. This is disabled by default, to exclude tickets that may be included or fixed in other branches or pull requests. nofalse
head_refThe Git Head Ref to which commit messages will be collected up to. If the base_ref is included, and the github event is a pull_request or push, The head_ref from the event will be used. no
base_refThe Git Base Ref to which commit messages will be collected up from. no
ignore_commitsShould the commit messages be ignored when looking for issues nofalse
github_api_urlThe URL of the GitHub API to use. This allows those with GitHub Enterprise to use the GitHub Enterprise API. no
github_enterprise_server_versionThe version of the GitHub Enterprise Server to use. This allows those with GitHub Enterprise to use the GitHub Enterprise API. Available versions to use: 3.2, 3.3, 3.4, 3.5 no3.5
jira_base_urlThe Jira cloud base url including protocol i.e. 'https://company.atlassian.net' or use environment variable JIRA_BASE_URL no
jira_user_emailThe Jira cloud user email address or use environment variable JIRA_USER_EMAIL no
jira_api_tokenThe Jira cloud user api token or use environment variable JIRA_API_TOKEN no
fail_on_errorIf there is an error during transition, the action will error out.nofalse
update_pull_requestShould the pull request be updated with the Jira issue keys found nofalse
namedescription
projects_includedA comma separated list of projects from the 'projects' input provided
projects_excludedA comma separated list of ignored projects from the 'projects_ignore' input provided
projects_foundA comma separated list of project names to include in the results by, i.e. DEVOPS,PROJECT1
issueThe first Jira issue key found in the event
issuesA comma separated list of all Jira Issues found
title_issuesA comma separated list of Jira Issues found in the pull_request title
commit_issuesA comma separated list of Jira Issues found in the commits provided
ref_issuesA comma separated list of Jira Issues found in the git ref
string_issuesA comma separated list of Jira Issues found in the input string