Git Product home page Git Product logo

jira-todo's Introduction

Jira ToDo

A simple menu bar app which helps you in keeping track of your Jira tickets ๐ŸŽŸ.

It opens the issue on click and also you can update them with the refresh button.

Preview (masked sensitive content)

image

Configuration

Create a todo-app.json file in your home directory.

cd ~
touch todo-app.json
nano todo-app.json

and make an object similar to this

{
  "user": "[email protected]",
  "apikey": "YOUR-API-KEY",
  "server": "https://<COMPANY>.atlassian.net",
  "showFixVersions": true (add only if you need it),
  "status": "To Do" (default: "To Do" & can be "In Progress" | "Code Reviewe" | "In QA" | custom status in your org),
  "customRole": "Code Reviewer" (default: "assignee" & can be "reporter" | "Code Reviewer" | custom roles in your org)
}

Get your API key from Manage API Keys

Download (Currently not working)

Get the latest app from release section

Build and Run locally โš’๏ธ

  • Clone the repo
  • Install pipenv using pip install -U pipenv
  • Create new Virtual Env using pipenv shell
  • Install dependencies using pipenv install
  • Build with development hook using python3 setup.py py2app -A
  • Run the Jira Todo.app file in dist/

Thanks

Special Thanks to Ridiculously Uncomplicated macOS Python Statusbar apps for making this fun.

Author

Aashutosh Rathi

๐ŸŒ ๐Ÿฆ ๐Ÿ“
Web Twitter Blog

jira-todo's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

duke79

jira-todo's Issues

Add Settings Option

  • The setting option will open a window to edit config, instead of changing the JSON.

Dependency Issue

I tried recreating the app but rumps is a package which has issues and im unable to redo it, let me know how u used it !! @aashutoshrathi

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.