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 (62.0k●3●36●43)
| answered Mar 20 '20, 3:34 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER One possibility is calculated attributes. Probably JavaScript based. See |