Skip to content

Simple util to fetch tickets from Jira and use them in branch names

License

Notifications You must be signed in to change notification settings

iterion/jira-ticket-fetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jira TUI

Do you waste time figuring out the key for Jira tickets you're working on so that you can reference them in your branch names? Then this tool is for you!

Install

Install Rust. rustup is the easiest way to do that.

Then, clone this repo and run:

cargo install --path .

Published binaries coming soon!

Finally, you'll also need to export some env vars so that you can connect to Jira:

export JIRA_HOST=https://yourorg.atlassian.net
export JIRA_USER=iterion@gmail.com
export JIRA_PASS=<create a token>

It's recommended that you create an API token in order to use the API, you can create an API token here

Usage

Installation above places 2 binaries on your path named git-branch-from-jira and jira. This means that we can use this app directly from git!

git branch-from-jira

You might also want to add a git alias to make this quicker to type!

Or, if you prefer you can also just type:

jira

About

Simple util to fetch tickets from Jira and use them in branch names

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages