This repository contains small scripts (based on Jira-Api V3) to determine the recorded working time in Jira tickets between two specific dates.
Create your own personal access token in Jira. Reference: https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html
pip install -r requirements.txt
python tracker.py \
-u "johndoe@hexample.com" \
-t "3PHwqURul2qB3DjhDp0TAD3F" \
-s "https://miao.atlassian.net/" \
-p "customer mobile app" \
-df "06.06.2021" \
-dt "09.06.2021"
or using Docker
docker run --rm -it -v $(pwd)/exports:/app/exports quving/jira-worklog-tracker:v1.0.1 \
-u "johndoe@hexample.com" \
-t "3PHwqURul2qB3DjhDp0TAD3F" \
-s "https://miao.atlassian.net/" \
-p "customer mobile app" \
-df "08.06.2021" \
-dt "09.06.2021"
Retrieve projects... 1 projects found.
Retrieve issues... 45 issues found.
Retrieve worklogs... 7 worklogs found.
=================================================================
SUMMARY
Interval: 2021-06-08 to 2021-06-10
Time spent: 260.0 min
Days: 0
Hours: 4
Minutes: 20
Seconds: 0
=================================================================