Method: Teamlab::Project#add_task_comment
- Defined in:
- lib/teamlab/modules/project.rb
#add_task_comment(task_id, content, options = {}) ⇒ Object
114 115 116 |
# File 'lib/teamlab/modules/project.rb', line 114 def add_task_comment(task_id, content, = {}) @request.post(['task', task_id.to_s, 'comment'], { content: content }.merge()) end |