jira-activity
v1.7.0
Published
This tool parses your jira activity stream and returns a list of your workitems grouped by day.
Downloads
6
Maintainers
Readme
JIRA activity
This tool parses your jira activity stream and returns a list of your work items grouped by day. The official atlassian documentation for the jira activity stream can be found here.
How to use
Initial setup
# installation
npm i -g jira-activity
# setup your defaults
jira-activity hostname some.hostname
jira-activity username [email protected]
Show your activity
# if you have set your defaults
jira-activity list
# if you do not have defaults or wants to override them
jira-activity list -u [email protected] -h some.hostname
# if you only want to see your activities for the current week or month
jira-activity list -f week
jira-activity list -f month
How to develop
Initial setup
nvm use
npm i [email protected]
How to call the library
yarn dev [command]
# e.g. >>
yarn dev list
yarn dev defaults
How to release a new version
- commit all your changes
- execute the
release
(with npm NOT yarn) command. The command will automatically do a version bump.
npm run release
Versioning package...
Pushing new release tag to GitHub...
Creating a new GitHub release...
v1.5.0 released to GitHub - https://github.com/ruettenm/jira-activity/releases/tag/v1.5.0
v1.5.0 released to npm - https://www.npmjs.com/package/jira-activity