Attribute only editable on submit
![]()
Can I somehow configure an attribute (without java or javascript) to just be editable when the work item is being submitted - so just at the very first save? And as soon as it has the first state it cannot be changed anymore?
(It is a mandatory field so the editor has to choose a value before he/she saves for the first time) I don't really want to create a separate state so that the user has to change states after saving.. Thanks in advance! |
Accepted answer
One other answer
![]()
Ralph Schoon (62.0k●3●36●43)
| answered Dec 13 '16, 7:10 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
You can use the advisor "Read-Only Attributes For Type and State" and configure the attribute read only for all states but new. That is the closest I think you can get. In a custom condition or advisor you might be able to check that this is really the very first save, but I am not certain.
RTC Work Items where targeted to be simple to use and have limitations if it comes to fancy designs. |