Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


增加validate,增加Custom script validator


Code Block
import com.opensymphony.workflow.InvalidInputException


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