It's all about the answers!

Ask a question

Is there any advisors documentation?


Tayane Fernandes (251216) | asked Feb 17 '14, 12:48 p.m.
I need to create an advisor that performs an action when saving a plan snapshot.
Is there any good documentation that explains how to create various types of advisors?
Is there something like a javadoc for this?

Thanks!

Comments
sam detweiler commented 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.

2 answers



permanent link
Dinesh Kumar B (4.1k413) | answered Feb 17 '14, 2:02 p.m.
JAZZ DEVELOPER

permanent link
Aradhya K (1.4k44345) | answered Feb 18 '14, 2:27 a.m.
JAZZ DEVELOPER
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. 

Comments
Tayane Fernandes commented Feb 18 '14, 7:18 a.m.

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?


Ralph Schoon commented Feb 18 '14, 7:52 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

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.

Your answer


Register or 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.