Skip to content

lennylucas/worklog-jira

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

create config.json following example below:

{
  "host": "<company>.atlassian.net",
  "user": "<jiraUserEmail>",
  "password": "<jiraUserPassword>",
  "filter": {
    "startDate": "2017/01/01",
    "endDate": "2017/02/28",
    "worklogAuthor": "<displayName (contains first and last name)>"
  },
  "hourlyRate": 100
}

run:

npm install && node index.js

About

quick and dirty worklog analyzer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%