ClearCase base trigger to check associated work items
HI All,
I want to create a CC base trigger to check if new versions of elements are associated wiht Work Items in RTC.
To do that, I need to query RTC to find out which WI (if any) have a link to the element in question.
CCRC integration with RTC does exactly that in the UI ("Open Work Items").
Which query/request/method is used?
Any other ideas?
I want to create a CC base trigger to check if new versions of elements are associated wiht Work Items in RTC.
To do that, I need to query RTC to find out which WI (if any) have a link to the element in question.
CCRC integration with RTC does exactly that in the UI ("Open Work Items").
Which query/request/method is used?
Any other ideas?
One answer
There is an article describing how to create a link in a trigger
( https://jazz.net/library/article/636 ).
In particular, this article defines what kind of OSLC link is created to
connect a ClearCase version to a work item.
That combined with general OSLC information in article 194 should give
you the info you need.
Cheers,
Geoff
On 7/8/2011 9:23 AM, mmarinho wrote:
( https://jazz.net/library/article/636 ).
In particular, this article defines what kind of OSLC link is created to
connect a ClearCase version to a work item.
That combined with general OSLC information in article 194 should give
you the info you need.
Cheers,
Geoff
On 7/8/2011 9:23 AM, mmarinho wrote:
HI All,
I want to create a CC base trigger to check if new versions of
elements are associated wiht Work Items in RTC.
To do that, I need to query RTC to find out which WI (if any) have a
link to the element in question.
CCRC integration with RTC does exactly that in the UI ("Open Work
Items").
Which query/request/method is used?
Any other ideas?