How to trigger update of calculated fields without changing attributes?
Hi there. I have finally mastered calculated fields. Bascially I have an item with a due date. If the current date is past the due date, another field is set to "overdue" when any of the linked fields are altered. So far so good. Now, I would like that field to turn "overdue" even if no attributes are changing, e.g. the item is not touched for a long time, obviously time is ticking and it becomes overdue. Any idea how this can be achieved? Regards Franca
|
Accepted answer
Ralph Schoon (63.5k●3●36●46)
| answered Sep 20 '19, 5:11 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER No, you can't have calculated fields automatically calculate. The attribute customization is built into the workitem editing process. You should use asynchronous tasks for this and not attribute customization. See: https://rsjazz.wordpress.com/2015/10/16/due-date-notifier-an-asynchronous-task-example/ Franca Zober selected this answer as the correct answer
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.