Skip to content

developer-productivity/gajira-find-issue-key

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%