Skip to content

Warning

You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?

Jira Find issue key

Actions
Find an issue inside event
v2.0.0
Verified creator
Star (44)

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

Jira Find Issue Key

Extract issue key from string

For examples on how to use this, check out the gajira-demo repository

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

Usage

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

Action Spec:

Environment variables

  • None

Inputs

  • description - Provide jsonpath for the GitHub event to extract issue from
  • string - Provide a string to extract issue key from
  • from - Find from predefined place (should be either 'branch', or 'commits', default is '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

Jira Find issue key is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Find an issue inside event
v2.0.0

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

Jira Find issue key is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.