I'm looking to get a task by ID. I have a support ticket system that submits to ActiveCollab and I would like to be able to close out a task. I currently store the project id and the task id but if the task moves projects I am unable to retrieve the task. Is there a way to find a task by the id?
Asked
Active
Viewed 249 times
1 Answers
0
At the moment, tasks can be accessed via projects only, so both project_id
and task_id
are required arguments.

Ilija
- 4,105
- 4
- 32
- 46
-
Is there any plan for this not to be the case? – Revel Arron Mar 11 '20 at 14:56