Handler - Worklog
Worklog handler allows attributes to be saved as multivalue data and present the data as separate comment items for UI. Each comment item contains the comment's author, created time and content. Each comment cannot be deleted, However it can be marked as Read or Unread from UI. Newly added comment will be appended to existing comments by chronological order.
Worklog handler does not need any configuration for metadata.
Once attribute uses this handler, the data stored in the attribute will be formatted as JSON object. Therefore it is not allowed to add Worklog handler to a particular attribute that already has existing values. In addition, default value of attribute with this handler should be kept as empty.
Default label for Worklog handler's button is value of presentation text button_new + attribute's name in lower case. Label value can be overwritten in template's localization editor.
Table 1. Attribute Settings
| Handler name | Datatype |
|---|---|
Worklog |
Text |
Table 2. Optional Attribute Metadata
| Name | Value | Description |
|---|---|---|
Hide existing logs in edit mode |
true/false (Default is false) |
If true, existing comments are hidden in data card edit mode. This saves space in data card editor. |
Ignore data card lock (true/false) |
true/false (Default is false) |
By default, adding a worklog comment will lock the data card momentarily. If another user is editing the data card at the same time, adding comments is not possible. When this setting is set to When this setting is
|
Show as tabs (true/false) |
true/false (Default is true) |
Attributes using handlers with the metadata " NOTE: This setting applies only for the new Agent UI (2023) Determines whether the attribute with the The following criteria determines whether tabs are shown: There must be at least two attributes with the If the value of In case there is any attribute in between two or more attributes shown on tabs (attributes with |
Show button for adding new comments (true/false) |
true/false (Default is true) |
NOTE: This setting applies only for the new Agent UI (2023) Determines whether the button for adding new comments is shown. This allows admins to set the |
Table of Contents