Skip to content

Simple script to generate PDF report based on users' work log

Notifications You must be signed in to change notification settings

trjh/jira-timesheet-pdf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jira Timesheet Export

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.

I forked the original because I wanted the simpler view of the table in HTML, and to be able to see at a glace which days I'd logged 7 or more hours on.

How to run the script?

  • Clone this repository
  • docker build -t jira-timesheet-stage stage
  • docker build -t jira-timesheet-export .
  • (Optional) Set ENV data using env file (copy env.default to env and adapt variables)
  • docker run --env-file=env -it -p 8080:80 -v `pwd`:/code jira-timesheet-export python3 src/main.py
  • Provide input once required
  • Browse to http://localhost:8080/worklog/`where` is the name of the Jira worklog author you are interested in reporting on

About

Simple script to generate PDF report based on users' work log

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 87.6%
  • HTML 7.2%
  • Dockerfile 5.2%