Class: Focus::PostWorkLogToJira

Inherits:
Action
  • Object
show all
Defined in:
lib/focus/actions/log_work_for_jira.rb

Instance Method Summary collapse

Instance Method Details

#callObject



3
4
5
6
# File 'lib/focus/actions/log_work_for_jira.rb', line 3

def call
  return unless jira_ticket && focus_seconds >= 60
  HTTParty.post(issue_url, options)
end