How do I update an attribute when another attribute changes?
I have to attributes "Story points" and "Story Point(numeric)". I want to be able to use the "Story Points" ,which is an enumerated attribute with text and numbers (0pts, 1pt, 2pts, etc) , to update "Story Point(numeric)" with a corresponding integer (0, 1, 2, etc) |
One answer
Ralph Schoon (63.5k●3●36●46)
| answered Mar 20 '20, 3:34 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER One possibility is calculated attributes. Probably JavaScript based. See |
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.