Skip to content

thoran/jira

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jira

Description

Easily open an issue on Atlassian's Jira issue tracker from the CLI.

Installation

$ brew tap thoran/tap
$ brew install jira

Setup

Ensure that the Atlassian subdomain for your project, the preferred application, and profile to be used is configured in ~/.config/jira.rb like so:

{
  subdomain: 'subdomain',
  application: 'Google Chrome', # The default is the system setting, so this is optional.
  profile: 'Profile 1' # The default is 'Default', so this is optional.
}

Usage

a. If the branch name begins with the Jira issue id one may simply do:

$ jira

b. Or, if the branch name doesn't begin with the Jira issue id or one is on a different branch one may specify the issue id thusly:

$ jira <ticket_id>

Contributing

  1. Fork it... https://github.com/thoran/jira/fork
  2. Create your feature branch... git checkout -b my-new-feature
  3. Commit your changes... git commit -am 'Add some feature'
  4. Push to the branch... git push origin my-new-feature
  5. Create a new pull request

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages