- 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
Install missing modules
pip install -r Requirements.txt
Build Jirabar
pip install -r Requirements.txt
run powershell az administrator
C:\Python39\Scripts\pyinstaller.exe --name="Jirabar" --windowed --onefile .\main.py
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",
...
}