jira-worklogger
v0.2.28
Published
Auto log time by tasks
Maintainers
Readme
Jira Worklogger
This util allow you send auto work log reports to JIRA.
How use it
Install the util.
npm jira-worklogger -gSet jira-worklogger config with use command.
jwl-configOpen your project and run command
use-jwlIt will add git hooks to your project that to keep track of commits and branch switches.
Switch you git branch to master and create you task branch by template.
git branch type/jira-task-nameFor example:
git branch feature/jwl-208where jwl-208 task in yout JIRA system.
Time will be track between your commits.
After work use Сtrl + C for end and wait while util will create work reports for you.
