Extract issue key from string
For examples on how to use this, check out the gajira-demo repository
Note: this action requires Jira Login Action
To find an issue key inside commit messages:
- name: Find in commit messages
uses: atlassian/gajira-find-issue-key@master
with:
from: commits- None
description- Provide jsonpath for the GitHub event to extract issue fromstring- Provide a string to extract issue key fromfrom- Find from predefined place (should be either 'branch', or 'commits', default is 'commits')
issue- Key of the found issue
- None
issue- a key of a found issue
issue- a key of a found issue