0

I recently bulk-loaded a bunch of cases into the database. It included some hierarchical relationships, etc. After I got over some initial hurdles with the cases not displaying (e.g. ixDiscussTopic can't be null even though that's the default); Everything displayed properly.

Now, my test team can't edit the cases. Any idea what field in the Bug table (or some other missing fk) might cause that?

flag

2 Answers

0

Do the members of the test team have write permission for the project(s) associated with the imported cases?

link|flag
totally.. they've been using this particular project for a while... with no issues. I just added new cases to a new release (release was created via the interface.. cases were added programmatically) – Jay Stevens Sep 3 2010 at 14:05
0

sCustomerEmail (default value) = '0'

This field should be null or blank; otherwise the system prompts you to enter Correspondent Email before allowing the user to edit/save any changes to the case.

link|flag
Wow, that's weird. '' would be a much better default. – Ted Sep 3 2010 at 17:45

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.