Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt
Code Block
string errorMsgassignee = "Issue must have subtasks!";
if(size(subtasks(key)) == 0) {
    return false, errorMsg;
}becky";