Advance customization by javascript
Hello,
I have a structure of workitem based on the model parent-child.
In the parent workItem i have some customs attributes and when I create or modify the parent workItem, i want to put the child on the correct cotagory (filledAgainst) depends on the value of the custom attribute of the parent WI
is there somebody know how to do ?
regards
I have a structure of workitem based on the model parent-child.
In the parent workItem i have some customs attributes and when I create or modify the parent workItem, i want to put the child on the correct cotagory (filledAgainst) depends on the value of the custom attribute of the parent WI
is there somebody know how to do ?
regards
4 answers
You can create a followup action (or a precondition) as a server extension using Java. Search the Library for Extension and Extending for some articles. https://jazz.net/library/article/784 is a good entry point if you followthe enclosed links. There are also several questions and answers in the forums ans WiKi articles you can find using the advanced search.
I once found example code for your use case but I can't relocate it. But I think I answered some code to a similar question.
I once found example code for your use case but I can't relocate it. But I think I answered some code to a similar question.