changes.mady.by.user Shane Smith
Saved on Oct 08, 2024
Saved on Oct 15, 2024
string errorMsg = "Issue must have subtasks!"; if(size(subtasks(key)) == 0) { return false, errorMsg; }
...