php-circle / jira-worklogs
Work logger tool for jira
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 0
Type:tool
Requires
- php: >=7.2
- guzzlehttp/guzzle: ^6.3
- illuminate/container: ^5.8
- imliam/laravel-env-set-command: ^1.0.0
- symfony/console: ^4.1
- symfony/dotenv: ^4.1
- symfony/symfony: ^4.1
Requires (Dev)
- infection/infection: ^0.13.4
- phpunit/phpunit: ^8.2
This package is auto-updated.
Last update: 2024-10-29 05:40:56 UTC
README
Installation
composer global require php-circle/jira-worklogs
Usage
Creating work logs:
jira worklog OP-1479 [HOURS_SPENT] "[CODE_REVIEW]" --datetime="2019-08-02 13:00"
Get work logs:
Without parameters, the worklogs within the day will be fetched
jira workloglist [issue1,issue2,issue3] --from=[date] --to=[date]
e.g.: jira workloglist issue1,issue2,issue --from=2019-01-01