Skip to content

mskelton/jira

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Jira

Parse Jira issues from text.

Installation

go install github.com/mskelton/jira@latest

Prerequisites

Add the following environment variables to your shell with your Jira base URL and supported prefixes.

export JIRA_BASE_URL=https://my.atlassian.net
export JIRA_PREFIXES="ABC,SUPPORT"

Usage

Input

echo "Check out SUPPORT-123 on Jira" | jira

Output

https://my.atlassian.net/browse/SUPPORT-123

About

Parse Jira issues from text.

Topics

Resources

License

Stars

Watchers

Forks

Languages