Skip to content

Bitbar plugin that loads current JIRA sprint details by project id

Notifications You must be signed in to change notification settings

davidjmerritt/jira_currentsprint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JIRA Current Sprint

Bitbar plugin that loads current JIRA sprint details by project id

Screen Capture

Installation (OS X)

Install Python Package Index: pip

cd ~/Downloads
curl -O https://bootstrap.pypa.io/get-pip.py
sudo python get-pip.py

Install Python Package Dependencies

sudo pip install requests pyyaml

Create Plugin folder

mkdir ~/Documents/BitBarPlugin

Download and Install BitBar

  1. Double-click and open BitBar App
  2. Choose: "~/Documents/BitBarPlugin" folder when prompted

Download JIRA Current Sprint Plugin

cd ~/Documents/BitBarPlugin
curl -O https://raw.githubusercontent.com/davidjmerritt/jira_currentsprint/master/jira_currentsprint.1h.py

Modify permissions of file to make it executable

chmod +x jira_currentsprint.1h.py

Configure JIRA

  1. Click on "BitBar" in the menu bar and select: "Refresh all". The icon should change into the JIRA icon.
  2. Click the JIRA icon in the menu bar and select select: "Configure". The file "jira_currentsprint.yaml" file should launch in your default text editor. Fill in the missing data points, save and close the file.
  3. Click to the JIRA icon in the menu bar and select "Refresh". Click the JIRA icon again. You should now see the current sprint data loaded.

Testing

This will return a pretty-printed json payload or an error message if the configuration is incorrect.

cd ~/Documents/BitBarPlugin
python jira_currentsprint.1h.py test

About

Bitbar plugin that loads current JIRA sprint details by project id

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages