| token | The github token used for authenticating to GitHub | no | — |
| from | Find from predefined place. Can be 'branch', 'pull_request', 'string', or 'commits', default is 'commits'
| no | commits |
| string | A string to search for issues | no | "" |
| projects | A comma separated list of project names to include in the results by, i.e. DEVOPS,PROJECT1
| no | "" |
| projects_ignore | A comma separated list of project names to exclude from the results by, i.e. INTERNAL,PROJECT2
| no | — |
| include_merge_messages | When 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.
| no | false |
| head_ref | The 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_ref | The Git Base Ref to which commit messages will be collected up from.
| no | — |
| ignore_commits | Should the commit messages be ignored when looking for issues
| no | false |
| github_api_url | The URL of the GitHub API to use. This allows those with GitHub Enterprise to use the GitHub Enterprise API.
| no | — |
| github_enterprise_server_version | The 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
| no | 3.5 |
| jira_base_url | The Jira cloud base url including protocol i.e. 'https://company.atlassian.net' or use environment variable JIRA_BASE_URL
| no | — |
| jira_user_email | The Jira cloud user email address or use environment variable JIRA_USER_EMAIL
| no | — |
| jira_api_token | The Jira cloud user api token or use environment variable JIRA_API_TOKEN
| no | — |
| fail_on_error | If there is an error during transition, the action will error out. | no | false |
| update_pull_request | Should the pull request be updated with the Jira issue keys found
| no | false |