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


增加validate,增加Custom script validator


import com.opensymphony.workflow.InvalidInputException


def cassignee = issue.getAssignee()
log.info("jingba1=="+cassignee)
if (cassignee==null) {
    throw new InvalidInputException("经办人不能为空")
}

  • No labels