We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
client.Worklog.create Traceback (most recent call last): 1: from (irb):4 NoMethodError (undefined method `create' for #<JIRA::Resource::WorklogFactory:0x0000000002fdbb80>)
How to do it properly?
The text was updated successfully, but these errors were encountered:
I try to do this:
issue = client.Issue.find(issue_key) worklog = issue.worklogs.build data = { timeSpentSeconds: s, visibility: nil, comment: c, started: t.strftime('%Y-%m-%dT%H:%M:%S.%L%z') } worklog.save(data)
Not so transparent :( Is it correct way?
Sorry, something went wrong.
No branches or pull requests
How to do it properly?
The text was updated successfully, but these errors were encountered: