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

Don't sync tiny worklog entries #30

Open
zerok opened this issue Oct 17, 2017 · 0 comments
Open

Don't sync tiny worklog entries #30

zerok opened this issue Oct 17, 2017 · 0 comments
Labels

Comments

@zerok
Copy link
Owner

zerok commented Oct 17, 2017

It looks like JIRA doesn't like worklog entries that are tiny. At least with an entry having only one second, the following error was received from the server:

{
  "errorMessages": ["Worklog must not be null."],
  "errors": {
    "timeLogged": "You must indicate the time spent working."
  }
}

I'm assuming that limit is around 10 seconds. For now it will probably be enough to just not synchronise worklog entries shorter than these 10 seconds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant