Skip to content
This repository has been archived by the owner on Jul 23, 2020. It is now read-only.

Commit

Permalink
added worklog option (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRefactoring authored Jul 3, 2019
1 parent afde555 commit 78b97df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/issue.js
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@ function IssueClient(jiraClient) {
expand: opts.expand,
overrideEditableFlag: opts.overrideEditableFlag
},
body: Object.assign(opts, {
body: opts.worklog || Object.assign(opts, {
issueId: undefined,
issueKey: undefined,
notifyUsers: undefined,
Expand Down

0 comments on commit 78b97df

Please sign in to comment.