Method: Teamlab::Project#get_my_tasks_with_status

Defined in:
lib/teamlab/modules/project.rb

#get_my_tasks_with_status(project_id, status) ⇒ Object



342
343
344
# File 'lib/teamlab/modules/project.rb', line 342

def get_my_tasks_with_status(project_id, status)
  @request.get([project_id.to_s, 'task', '@self', status.to_s])
end