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

Is there anyway to query what has been delivered to a stream

Hi - I would like to be able to check what workitems are delivered to our GA streams before we start the build. This is a check we typically do to ensure only planned workitems are in the customer level build.

I cannot seem to find a way to query which workitems are ready for the build, I can only tell after the build what went in. Does anyone know a method to query before the build?

Thanks
Jennifer

0 votes



One answer

Permanent link
Hi Jennifer,

This is possible, although not provided out of the box with RTC. Since the SCM "accept" is handled as part of a canned task in the build, it's not really possible to inject yourself "before" this occurs and validate things. It's possible, but would require more work and unfortunately some Java/Ant coding to customize. What I would do, but may take some further investigation, is to let the build workspace accept the changes, then try and compare this build snapshot to the previous and fetch the work items being included. Then fail the build if some of the work items/change sets don't satisfy your criteria.

You'll have to write the validation code in Java using the SCM/Build APIs. It's a good challenge, but not for the faint of heart.

Cheers,
Jean-Michel

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: Jan 16 '09, 2:21 p.m.

Question was seen: 3,771 times

Last updated: Jan 16 '09, 2:21 p.m.

Confirmation Cancel Confirm