MCPcopy Index your code
hub / github.com/atlassian/gajira-find-issue-key

github.com/atlassian/gajira-find-issue-key @v3.0.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release v3.0.1 ↗ · + Follow
16 symbols 26 edges 5 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

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: atlassian/gajira-find-issue-key@v3
  with:
    string: ${{ github.event.ref }}

Or do the same using shortcut from:

- name: Find in commit messages
  uses: atlassian/gajira-find-issue-key@v3
  with:
    from: branch

To find an issue key inside commit messages:

- name: Find in commit messages
  uses: atlassian/gajira-find-issue-key@v3
  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

Core symbols most depended-on inside this repo

Shape

Method 10
Class 4
Function 2

Languages

TypeScript100%

Modules by API surface

common/net/Jira.js8 symbols
action.js6 symbols
index.js2 symbols

For agents

$ claude mcp add gajira-find-issue-key \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page