Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jira add worklog + started time. #66

Closed
sylus opened this issue Jan 30, 2017 · 1 comment
Closed

jira add worklog + started time. #66

sylus opened this issue Jan 30, 2017 · 1 comment

Comments

@sylus
Copy link
Contributor

sylus commented Jan 30, 2017

Hi there! Again many thanks for this awesome tool!

I think I read this in a related issue that adding the 'started' doesn't work for jira add worklog and wasn't needed anymore? I found it is actually useful if you immediately forget to file your issue after a task is done. I was hoping the following would work?

jira add worklog WCMS-2214 -m "Minor JIRA issues + upstream updates" \
                           -T "7h 30m" \
                           -o started="2017-01-29T09:17:00.000-0500" \
                           --noedit
coryb added a commit that referenced this issue Sep 7, 2017
@coryb
Copy link
Contributor

coryb commented Sep 7, 2017

Added in latest release: https://github.com/Netflix-Skunkworks/go-jira/releases/tag/v1.0.3

The usage has changed, but this should now work:

jira worklog add WCMS-2214 -m "Minor JIRA issues + upstream updates" \
                           -T "7h 30m" \
                           -S "2017-01-29T09:17:00.000-0500" \
                           --noedit

@coryb coryb closed this as completed Sep 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants