Have you ever wanted to feel pressured to work on a task as soon as it enters your team's Jira board? Well, fret no more!
python3
(> 3.6) withpip
- Python modules:
jira
,dotenv
(install withpip install jira python-dotenv
)
- A printer configured as the default printer.
- Copy
.env.example
to.env
, fill-in the missing information and change the rest according to your needs. - Run the script with
python main.py
. Your printer should now spit out the full collection of unassigned tasks on your Jira board. This will happen only once, as the script saves the previous list of issues and won't print repeated issues, unless the issue is removed, the script runs, and the issue is added back before the next execution. - (if you are a manager) Take the printed ticket to your developer of choice. (if you are a developer) Rejoice in your new objective!
This script is provided as-is and might be full of bugs.