One of the trivial tasks in Jira without buying an additional plugin is the export of a timesheet for particular user. The purpose of this script is to allow you to export the timesheet for specific user time range, only using the default Jira API.
- Clone this repository
docker build -t jira-timesheet-export .
docker run -it -v `pwd`:/code jira-timesheet-export python3 src/main.py
- Provide input once required
- The script will output file named
report.pdf