Story Points with Birt Report
![](http://jazz.net/_images/myphoto/f7137de89d09f1b9a5f56f9c75188f59.jpg)
Accepted answer
![](http://jazz.net/_images/myphoto/f7137de89d09f1b9a5f56f9c75188f59.jpg)
Story points are a custom attribute, so you won't find a column called Story Points in any of the tables. Instead, custom attributes are stored as (key, value) pairs, where the key is the identifier for the attribute. You will also need to know the type of the story points attribute in your project (e.g. string, integer), since the custom attributes are stored according to type. You can find the story point data in a couple of different tables, depending on whether you're looking for the live value or the historical data. For example, in the LIVE_WORKITEM_CNT table, there are columns INTEGER_KEY and INTEGER_VAL. For historical data, check out the WC_{type}_EXT tables. You can read more about these tables at this link: You may find this link helpful - https://jazz.net/wiki/bin/view/Main/DataWarehouseSnapshotSchemas20.