Project

jeera

0.0
No commit activity in last 3 years
No release in over 3 years
Command line interface for the JIRA REST API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

Jeera

=====

JIRA is an intuitive command line interface using JIRA's REST API. It can handle your issues.

Jeera is built with thor.

Jeera currently assumes a hosted instance of JIRA.

For a list of commands:

jeera help

Config

Jeera looks for a .jeera dotfile in your home directory.

# As in https://<my_jira_name>.jira.com
jira_subdomain: ''
default_user: 'short_jira_name'
password: ''
default_project: 'WEB'

TODO

  • Map statuses, types, etc. & store locally
  • Config dialog
  • "Use" issue. Hold indiv issue reference for sequential commands.
  • Launch editor/vim for comment editing
  • OAuth