Functions to work with the system for projects and tasks.

 

mKanbanGetProjectIDByStageID

get the project number by its stage ID;

mKanbanGetProjectIDByTaskID

get the project number by its task ID;

mKanbanGetProjectNameByID

get the project name by its numeric ID;

mKanbanGetStageIDByTaskID

get the project stage index by its task ID;

mKanbanGetStageNameByID

get the project stage name by its ID;

mKanbanGetTaskCommaTags

get the list of task tags by its index;

mKanbanGetTaskIDByCommentID

get the task index by its commend ID;

mKanbanGetTaskNameByID

get the task name by its numeric ID;

 

See also

Intercepting the Kanban board events on the server.