/jira-ssps

Jira Sprints' Story Points - Get user total completed story points in the last N sprints from Jira

Primary LanguageGoMIT LicenseMIT

jira-ssps

Jira Sprints' Story Points - Get user total completed story points in the last N sprints from Jira

Usage

  1. Copy env.sample to .env
cp env.sample .env
  1. Update API_KEY, ASSIGNEE_EMAIL_ADDRESS, and other configs in .env file

  2. Execute the program:

make run