Worklog in Transition

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

Worklog CustomFieldType

Process as follow for its configuration :
  • Add a new CustomField based on WorklogCFType (Worklogger).



    Add.WorklogCFType



  • Specify its name and its description.



    Create.WorklogCFType



  • You are able to manage it.

    In which Transition Screen it will be configured.

    Do not try to include it in a Create, Edit or View screen.

    Manage.WorklogCFType



  • You are ready to log the time spent for your work.



    Use.WorklogCFType



Worklog Validator

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

Worklog Condition

If needed, you are able to use the WorlogCondition to restrict the acces to the Transition.



WorklogCondition

Worklog CustomFieldSearcher

None ...