Error while creating a new defect in RTC
When a user is trying to create a defect he is getting an error saying that the "defect cannot be created please fill the Defect identified by field"
Now the Defect Identified by field is a required field when we are going to create the defect. and that field is Populated with values before we are hitting the save button,
but still we are getting this error. Can someone guide me on how to resolve this issue. Only a few users are facing this issue at this point of time.
a promt response would be highly appreciated.
Regards
Tapas
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jun 24 '15, 6:05 a.m.IS there actually a value in that field when the error happens?
Otherwise I would suggest to open a PMR with support.
Tapas Das
Jun 24 '15, 6:23 a.m.yes the field has a value when this error happens
Kevin Ramer
Jun 24 '15, 11:06 a.m.As you mention only a few users, you might investigate their roles vs Work Item Save permissions. It is plausible that user is not allowed to modify that particular attribute.
Lawrence Smith
JAZZ DEVELOPER Jun 24 '15, 11:35 a.m.Do you have a value provider script for the value? Maybe the value provider is setting the value to a null value.
Is the value an enumeration and the value that is set is specified as the unassigned value? Maybe the required value needs to be different from the unassigned enumeration value.
Lawrence Smith [IBM]
Don Yang
Jun 24 '15, 10:05 p.m.I guess that there is calculated value javascript involved. Although the value seems to be set in UI, there could be some logic to return the null value when saving hence the "required field" complains the field is not set. you will need to review the javascript and see if there is any logic problem:
https://jazz.net/forum/questions/150649/calculated-value-that-also-allows-for-manual-setting-of-field
Tapas Das
Jun 25 '15, 6:46 a.m.Hi ALL
@kevin I have checked for the Permissions. They seems to be good. So permission is not an issue here.
@lawrence Defect Identified By Is not an Enumeration. It is a contributor.