pub fn add_task(
ito_path: &Path,
change_id: &str,
title: &str,
wave: Option<u32>,
) -> CoreResult<TaskItem>Expand description
Add a new task to a change’s tracking file.
Only supported for enhanced format. Computes the next task ID and inserts the task.