Doesn't call custom advisor code when workitem updated using CSV import?
I am updating workitem by importing values from the CSV file. I have written follow up action which will update the parent workitem value whenever the child workitem value is changed. I have observed that , when we update workitem using import(CSV file), it doesn't call followup code, but when when I manually update the workitem its does call the followup code? Can anyone explain why is it so?
Example: I am updating parent estimation value based on child workitems estimation value[If I update estmation in child workitem estimation value should be updated in Parent workitem]. When I update the the value in child workitem using import method it is not calling followup code so its not reflecting any estimation updation at parent workitem. But when I update workitem manually it calls followup code and updates parent estimation value
Can anyone suggest on this
Example: I am updating parent estimation value based on child workitems estimation value[If I update estmation in child workitem estimation value should be updated in Parent workitem]. When I update the the value in child workitem using import method it is not calling followup code so its not reflecting any estimation updation at parent workitem. But when I update workitem manually it calls followup code and updates parent estimation value
Can anyone suggest on this
One answer
Hello Nilesh,
There were couple of defects regarding work items importing from csv:
https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWorkItem&id=242970
https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWorkItem&id=187289
Especially this first one might be useful for you. What is your RTC version you are using?
There were couple of defects regarding work items importing from csv:
https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWorkItem&id=242970
https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWorkItem&id=187289
Especially this first one might be useful for you. What is your RTC version you are using?
Comments
Hi,
Thanks for the quick response. I am using RTC 4.0.01 version.
Hi Nilesh,
In that case you can try downloading 4.0.R1 (https://jazz.net/downloads/rational-team-concert/milestones/4.0.3RC1) and check if defect 242970 is the root cause of your issue. As it is not stable version yet, please user 4.0.3RC1 for testing purposes only.