Is there any advisors documentation?
2 answers
here is a good start-up link :
Rational Team Concert - Creating Custom Operation Advisors
After this, you can visit the examples that Ralph has covered in his blog posts :
Restrict Delivery of Changesets Associated to Wrong Work Item Types Advisor
RTC Update Parent Duration Estimation and Effort Participant
Resolve Parent If All Children Are Resolved Participant
A Create Approval Work Item Save Participant
The most important would be about the available APIs to extend and Ralph has some guidelines here:
What API’s are Available for RTC and What Can You Extend?
hope this helps.
Rational Team Concert - Creating Custom Operation Advisors
After this, you can visit the examples that Ralph has covered in his blog posts :
Restrict Delivery of Changesets Associated to Wrong Work Item Types Advisor
RTC Update Parent Duration Estimation and Effort Participant
Resolve Parent If All Children Are Resolved Participant
A Create Approval Work Item Save Participant
The most important would be about the available APIs to extend and Ralph has some guidelines here:
What API’s are Available for RTC and What Can You Extend?
hope this helps.
The plan snapshot operation does not expose enough operation data so that you can do some validations on it.
So you cannot write extensive advisors similar to work item save operation.
AdvisableOperation implementations in the IterationPlanService and AbstractPlanService needs to be properly process enabled (296030) is the enhancement to expose more data for the plan snapshot operation.
Comments
Aradhya I need to get values from Planned Start Date and Planned End Date, then save on custom fields, to these values go to the DW. Did you mean is not possible do it?
As far as I am aware, there is no official API for extending plans to date. I think this is hard to do. There is a save plan extension point, but the plan API is mostly hidden and internal. You would depend on internal API which is not so desirable.
Comments
sam detweiler
Feb 17 '14, 1:14 p.m.take the Extensions Workshop.
see https://jazz.net/library/article/1000
there was a list somewhere of the current extension points.. that I wasn't able to find again.