Skip to content
book-open

GitHub Action

Jira Find issue key Action

v1.5 Latest version

Jira Find issue key Action

book-open

Jira Find issue key Action

Find an issue inside event

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Jira Find issue key Action

uses: Justin-JHG/gajira-find-issue-key@v1.5

Learn more about this action in Justin-JHG/gajira-find-issue-key

Choose a version

Jira Find Issue Key

Extract issue key from string

Only supports Jira Cloud. Does not support Jira Server (hosted)

Usage

Note: this action requires Jira Login Action

To find an issue key inside github event (branch):

- name: Find in commit messages
  uses: Justin-JHG/gajira-find-issue-key@v1
  with:
    string: ${{ github.event.ref }}

Or do the same using shortcut from:

- name: Find in commit messages
  uses: Justin-JHG/gajira-find-issue-key@v1
  with:
    from: branch

To find an issue key inside commit messages:

- name: Find in commit messages
  uses: Justin-JHG/gajira-find-issue-key@v1
  with:
    from: commits

Action Spec:

Environment variables

  • None

Inputs

  • string - Provide a string to extract issue key from
  • from - Find from predefined place (should be either 'branch', or 'commits')

Outputs

  • issue - Key of the found issue

Reads fields from config file at $HOME/jira/config.yml

  • None

Writes fields to config file at $HOME/jira/config.yml

  • issue - a key of a found issue

Writes fields to CLI config file at $HOME/.jira.d/config.yml

  • issue - a key of a found issue