Skip to content

Commit

Permalink
Fixed addWorklogAndAutoAdjustRemainingEstimate so that it is called
Browse files Browse the repository at this point in the history
properly.
  • Loading branch information
justfalter committed Mar 22, 2012
1 parent 79bd2c9 commit 59df0f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/jiraSOAP/api/worklog.rb
Expand Up @@ -8,7 +8,6 @@ module JIRA::RemoteAPI
# @param [String] issue_key
# @param [JIRA::Worklog] worklog
def add_worklog_and_auto_adjust_remaining_estimate issue_key, worklog
JIRA::Worklog.new_with_xml call( 'addWorklogAndAutoAdjustRemainingEstimate', issue_key, worklog ).first
JIRA::Worklog.new_with_xml jira_call( 'addWorklogAndAutoAdjustRemainingEstimate', issue_key, worklog )
end

end

0 comments on commit 59df0f4

Please sign in to comment.