auto update RTC work tickets whenever current cadence in project area is modified
Hi ,
I have few open work tickets of Type-A in RTC. Whenever current Iteration is changed in project area those type-A work ticket's iteration needs to be updated.
Can I have scheduled jobs?
I have gone through the link https://rsjazz.wordpress.com/2012/10/29/using-work-item-queris-for-automation/
this link is about automation of query execution and has to be triggered manualy. I want similar but this should be triggered whenver current Iteration is changed.
Thanks,
Kavita
Accepted answer
I should have been clearer in my first answer.
There is no built in operational behavior for what you want. You would have to develop a follow up action that
- detects that the current iteration has changed and in which timeline
- runs the activities you want
This needs to be developed based on the extension points mentioned above. See https://jazz.net/library/article/1000 for a starting point.
One other answer
Comments
I checked in operation behavior of project area, under process is it "Save Process Description"? And under this I dont find any follow up conditions available.
If I need to add customised follow up condition then what should be extension ponit ? is it "com.ibm.team.process.service.projectAreaUpdater"
Can you please provide link whcih would help me.
Thanks,
Kavita
You want to look at Process configuration>Team configuration>Operation Behavior>Process>Save Team Area. This should work for saving the project area as well and it should trigger if you change the current iteration.
See https://jazz.net/wiki/bin/view/Main/CustomPreconditionsTable#operations com.ibm.team.process.server.saveTeamArea
Thanks Ralph, It will realy help me. But I didnt find any predefined followup conditions under Save Team Area in RTC 405 eclipse client. I think I need to write customised follwoup conditon using com.ibm.team.process.server.saveTeamArea but its not visible in UI to add as extension point. I will be back to this thread after few more investigation.