Giter VIP home page Giter VIP logo

jira-command-line's Introduction

jira-command-line

A command line Jira client

How to install jira command line on windows

  1. Install the latest 3.11 Python from:
  • https://www.python.org/downloads/
  • Remember to click the "Add python to path" checkbox during the install
  • Note: Python 3.12 doesn't seem to work at the moment because one of the pip modules doesn't support it properly and crashes
  1. Open a git4win bash terminal and check the version of python available is the native windows one you just installed:
$ python --version
Python 3.11.7
  1. Install the python modules required: pip install jira gitpython PyGithub windows-curses ttkthemes sv-ttk
  2. Clone the jira command line repo:
cd ~
git clone https://github.com/benstaniford/jira-command-line.git
  1. Add the jira command to your .bashrc file:
  • alias jira='python ~/jira-command-line/jira'
  • Note: If it doesn't already exist, just create %USERPROFILE%\.bashrc and add the alias to it.
  1. Restart bash and run jira to generate the template configuration
$ jira
Configuration file not found, generating template...
Please edit the configuration file and generate required PAT tokens for jira and github
Configuration file saved to: C:\Users\bstaniford\.jira-config\config.json
  1. Generate PAT tokens for Jira and Github (Select github classic token and give it repo scope). Customise the configuration with the PAT tokens and your settings.
  2. Re-run jira and you should now be able to use the command line tool. Initial commands to try are 's' to see the current sprint and 'l' to see the backlog.

jira-command-line's People

Contributors

benstaniford avatar tvarady-bt avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.