1.7.0 • Published 5 years ago

jira-activity v1.7.0

Weekly downloads
11
License
MIT
Repository
github
Last release
5 years ago

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 your@username.com

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 your@username.com -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

Example Image

How to develop

Initial setup

nvm use

npm i yarn@1.6.0

How to call the library

yarn dev [command]

# e.g. >>
yarn dev list
yarn dev defaults

How to release a new version

  1. commit all your changes
  2. 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
1.7.0

5 years ago

1.6.1

5 years ago

1.6.0

5 years ago

1.5.0

5 years ago

1.4.0

5 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago