Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

判断问题类型

如果问题类型为Story,条件结果为true

if(issue.issueType?.name == 'Story'){
    return false;
}else{
    return true;
}
  • No labels