Automatically workitem creation
Hi,
I have two projects with different workflows:can i automatically create a workitem in second project when there is a prefixed state change in a workitem in the first project?
I'm trying it, but I have some problem to individuate target workflow in the repository. Is this operation possible?
Regard!
Marco.
I have two projects with different workflows:can i automatically create a workitem in second project when there is a prefixed state change in a workitem in the first project?
I'm trying it, but I have some problem to individuate target workflow in the repository. Is this operation possible?
Regard!
Marco.
One answer
This is certainly possible. You would need to write a follow up action or some other extension as described in the Extensions Workshop referenced by https://jazz.net/library/article/784 . It describes how to detect state changes too.
There is example code on the WiKi on how to create work items programmatic that you can use for a starter.
There is example code on the WiKi on how to create work items programmatic that you can use for a starter.