Skip to content
/ jirabar Public

It's Jira tool what shows those tikets are in progress in you.

License

Notifications You must be signed in to change notification settings

bycym/jirabar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jirabar

Features

  • get assigned tickets
  • search in the result
  • dropdow and always on top
  • dark theme
  • get top 10 most recent ticket
  • hit enter open in browser
  • always update

jirabar demo

jirabar search

Deploy

Windows

Install missing modules

pip install -r Requirements.txt

Build Jirabar

Install missing modules

pip install -r Requirements.txt

Build Jirabar

run powershell az administrator

 C:\Python39\Scripts\pyinstaller.exe --name="Jirabar" --windowed --onefile .\main.py

Config file update

Create an API token here for password: https://id.atlassian.com/manage/api-tokens

Update these informations

{
    ...
    "jiraApiKey": "dummypassword",
    "jiraUser": "example@example.com",
    "server": "https://example.atlassian.net",
    ...
}

About

It's Jira tool what shows those tikets are in progress in you.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages