Bitbar plugin that loads current JIRA sprint details by project id

Install Python Package Index: pip
cd ~/Downloads
curl -O https://bootstrap.pypa.io/get-pip.py
sudo python get-pip.py
sudo pip install requests pyyaml
mkdir ~/Documents/BitBarPlugin
Download and Install BitBar
- Double-click and open BitBar App
- Choose: "~/Documents/BitBarPlugin" folder when prompted
cd ~/Documents/BitBarPlugin
curl -O https://raw.githubusercontent.com/davidjmerritt/jira_currentsprint/master/jira_currentsprint.1h.py
chmod +x jira_currentsprint.1h.py
- Click on "BitBar" in the menu bar and select: "Refresh all". The icon should change into the JIRA icon.
- 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.
- 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.
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