Where can I find my custom attribute in the back end?
A custom enumeration was created and applied to all work item types, and I'd like to pull that information in an SQL query.
I looked through the tables in the WORKITEMS_SNAPSHOT schema as per this article
https://jazz.net/library/article/638/
but I am unable to find it. Is there anywhere else I might find it?
One answer
Is this about the RTC database or about the Datawarehouse?
If this question is about the RTC database, please note, as far as I can tell, you are not supposed to access the data there directly. The data is stored using frameworks such as EMF and using blobs etc. You will likely ony be able to retrieve very little information using SQL. You should use the application or the API instead.