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
showing 5 of 6
show 1 more comments
|
Be the first one to answer this question!
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.
Comments
IS there actually a value in that field when the error happens?
Otherwise I would suggest to open a PMR with support.
yes the field has a value when this error happens
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.
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]
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
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.