Skip to content

walter-manger/py-effort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Py-Effort

py-effort is a small script that queries jira cloud to distribute effort across the Initiatives, Epics, and Stories for a given user and time period.

Prerequisites

Warning This project was built using python 3.8.16. Use other versions at your own risk.

Install Dependencies

pip install -r requirements.txt

Setup .env

cp .env.example .env

Get a token to interact with the Jira api like this: https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/

Update these variables

JIRA_USER=
JIRA_TOKEN=
JIRA_SUBDOMAIN=

Running

python py-effort "Jeff Bezos" "2023-07-10" "2023-08-18" 0

See the required arguments

python py-effort -h
usage: py-effort [-h] [-d] user start end pto

positional arguments:
  user           the user's name you running the report for
  start          the start date in YYYY-MM-DD format
  end            the end date in YYYY-MM-DD format
  pto            the pto days the user has taken between start and end

optional arguments:
  -h, --help     show this help message and exit
  -d, --details  show the details section

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages