Worklogger Validator

The ability to log spent time for done work, from a Transition Screen, is provided by two components :

When you have configured a Screen for a Transition with WorklogCustomField, you have to add a specific Validator, the WorklogValidator, who will take in charge the Worklog Creation.





  • Add the Validator in last position, to avoid Worklog Creation when other validators throw validation errors.

    WorklogValidator





  • Its configuration allows you to specify if the Worklog is mandatory or optional.

    WorklogValidator





  • When is done,

    WorklogValidator



    WorklogValidator





In case of Mandatory Worklog, the validator will raise an error id no worklog is specified

WorklogValidator