RTC Calculated Default Value
Hi,
|
One answer
Ralph Schoon (63.5k●3●36●46)
| answered Aug 25 '17, 6:22 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Aug 25 '17, 6:26 a.m. Since default values are only run at creation time, where for all intents and purposes there is pretty much no information on the work item, you want to use a calculated value. Consider what information is available when a work item is created:
All the other values such as Type, category etc and especially your custom enumerations only become available after the creation of the work item, when chosen by the user.
So you will likely have to use a calculated value. You will have to find out how to deal with the "calculated default" and the situation where users add their own information.
|
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.