In RTC is it possible to add values to a enumeration externally by user?
Jazz Queries (11●14●21)
| asked Sep 01 '17, 3:17 a.m.
retagged Sep 01 '17, 11:50 a.m. by Ken Tessier (841●1●7) Hi,
Is it possible to add values to a enumeration list externally by user.
Is it possible through external URI feature?
|
2 answers
Ralph Schoon (63.5k●3●36●46)
| answered Sep 01 '17, 7:45 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Sep 01 '17, 7:51 a.m. There are different kinds of enumerations.
The first kind requires, as Arne explains, to be able to save the process configuration to be able to add/remove/update enumeration literals. A normal user usually does not have that permission because of the danger of them damaging the process. The second kind is more flexible and can allow users to add literals. See https://jazz.net/help-dev/clm/topic/com.ibm.team.workitem.doc/topics/t_defining_priorities_severities.html .
cite
2. Select the enumeration that you want to edit, or click Add in the Choose the Enumeration to edit field to define a new enumeration. After the enumeration is selected, in the Enumeration section, click Add to add a literal to the enumeration.
Please also note:
Comments
Ulf Arne Bister
commented Sep 01 '17, 10:32 a.m.
Duh!
Geoffrey Clemm
commented Sep 01 '17, 11:58 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
One major caveat: The second kind of enumeration (database enumerations) does not work in a project area that gets its process via sharing from another project area.
Jazz Queries
commented Sep 04 '17, 6:09 a.m.
I create a new enumeration artifact with database as storage. I tested with a team member role to add an enumeration values but it failed with a message as
"The 'Project areas' operation cannot be completed. "Modify collections of process attachments" permission is required to complete the operation.ID CRJAZ6053E"
Also how to set permission to add a new value?
Jazz Queries
commented Sep 04 '17, 6:25 a.m.
Also I did give permission for team member role to save enumeration for the new value. But with out Modify Process attachment the save is not working. Once that permission is given the team member has more power I believe. |
Hi,
|
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.