User story
When fetching user tasks, I want to check if attachments and comments have been added so that I can inform the task user accordingly.
Background
Fetching task objects via API does not provide properties to identify if a comment or attachment has been added to the user task.
Without these fields, the customer has to perform an additional query per field to get the desired information - see attachment [^TaskClass_changes.docx]
Acceptance criteria
- Task Object JSON returns additional properties "comment": true/false and "attachment": true/false
- Get user tasks provides property "comment: true/false" and "attachment": true/false
This is the controller panel for Smart Panels app
- mentioned in
-
Page Loading...