TheRealWaldo / jira-get-issue

GitHub Action to allow retrieval of Jira Issue ID from a String

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jira-get-issue

Tests

GitHub Action to allow retrieval of Jira Issue Key from a String. Also writes that issue key to $HOME/jira/config.yml and $HOME/.jira.d/config.yml so that other Jira tools will also work after this action is run.

Will fail if more than one Jira Issue Key is found.

Will fail if no Jira Issue Key is found.

Inputs

search-string

Required The string to search for a Jira Issue Key

Example usage

uses: TheRealWaldo/jira-get-issue@v0.0.7
with:
  search-string: 'ABC-123 Find the Jira Issue'

Outputs

issue-key

The Jira Issue Key that was located.

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

GitHub Action to allow retrieval of Jira Issue ID from a String

License:GNU General Public License v3.0


Languages

Language:JavaScript 87.6%Language:Shell 11.8%Language:Ruby 0.6%