Move/Copy precondition
Hi, I need to write a precondition to run when a user performs the Move/Copy action (to move or copy a work item to a different project area). I tried using the WorkItemSave operation, but my precondition did not run. I could not find an operation id for the Move/Copy action. How can I write a precondition for this action?
Kyle Christianson IBM STG Rational Solutions Team |
2 answers
Jared Burns (4.5k●2●9)
| answered Nov 30 '10, 6:35 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Hi, I need to write a precondition to run when a user performs the Move/Copy action (to move or copy a work item to a different project area). I tried using the WorkItemSave operation, but my precondition did not run. I could not find an operation id for the Move/Copy action. How can I write a precondition for this action? I'm not sure what operation runs when you move a work item, but I would expect it to be the normal work item save operation. Are your precondition is correctly configured in the target project area? Does it get invoked if you perform any other work item modification? By the way, this thread may have been overlooked by the work item team because there's no mention of work items in the subject. - Jared |
Thanks for the reply. I actually already figured out what was wrong. I realized that I had the bulk move/copy plug-in installed in my client, which must have bypassed the save operation. Once I removed this plug-in, the normal work item save operation ran and my precondition ran as expected too.
|
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.