It's all about the answers!

Ask a question

How to configure that allow users to enter values ​​for attributes only when users created a workitem?


Taku Takahashi (153) | asked Feb 19 '20, 2:17 a.m.
edited Feb 19 '20, 5:34 a.m.
Hi every one this is TAKU


users cannot change attributes because we configure that attribute is read-only
but we would like to configure to allow users to enter values ​​for attributes only when users created a workitem,

Is there way to configure?
(if possible, we wouldn't to adopt Java scripts)


i hope get your reply, thank you for reading

Accepted answer


permanent link
Ralph Schoon (63.1k33645) | answered Feb 19 '20, 3:25 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
I am unsure that I understand what you are asking.
If a work item attribute is defined as read only, the only way to change that, is to change the configuration in the process customization. See the following links for some documentation.

Taku Takahashi selected this answer as the correct answer

Comments
Taku Takahashi commented Feb 19 '20, 5:35 a.m.
i modified my question
could you confirm it again?

sorry for confused

Ralph Schoon commented Feb 19 '20, 6:45 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

You can use operational behavior to make attributes read  only for condition (javaScript) or type and state. E.g. attributes could be changeable while the state is new.


Ralph Schoon commented Feb 21 '20, 4:32 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
As I said, the only way I see this working is to use operation behavior - preconditions - to do this. For example, you can use the pre condition Read only for type and state to configure attributes as read only for states. You would basically allow one state to edit the attributes. Once the next state is set the attributes are read only.

You can also use the pre condition read only for condition which would require a condition (Java/java Script).

References:
 Google read only attributes site:jazz.net


Your answer


Register or to post your answer.