Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Rational Insight: Story points column is empty in RIODS.request table

 Hello,

I'm trying to find out if story points attribute is synchronized into RIDW in Insight 1.1.

What ETL job could be extended in order to synchronize story points info?

-thanks in advance

1 vote



3 answers

Permanent link
Timur - good question. My users find it confusing because Story Points is in the data model but not populated by the ETL, so I'm also curious if this will be provided by a future release.

From what I can tell, Story Points is actually treated as a custom attribute so it would need some special consideration in the ETL.

0 votes


Permanent link

Solved:

I've found that info I looked for is stored in RICALM."REQUEST_STRING_EXT"  table.

You could use this query to select user stories and story points

SELECT request_id,num_val  FROM RICALM."REQUEST_STRING_EXT"
where name = 'com.ibm.team.apt.attribute.complexity'

I just wonder why this information is not synchronized to RIODS.REQUEST table. This table has STORY_POINTS column that is emty.

0 votes


Permanent link
The story points field is stored in two locations in the data warehouse: in the Request String Extentions table, and in the Story Points column of the Request table itself.

For the latter to be populated you need to be running 3.0.1.2+, because prior to this the ETLs did not extract the story points as part of the request fact build (see this work item).

0 votes

Your answer

Register or log in to post your answer.

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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Jul 18 '12, 8:03 a.m.

Question was seen: 5,061 times

Last updated: Jul 18 '12, 12:46 p.m.

Confirmation Cancel Confirm