Is it possible to create a change task using javascript by copying change details into the new task?
If anyone has such script can you please share?
Cybersecurity
DevOps Cloud
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it!  Learn more
It is possible to do a lot of things using JS (including the one which you need) but can you explain your exact requirement and why OOB functionality of autocreation task does not fit your requirement. You can copy any data from change to task using cm3t.task.request link.
It is possible to do a lot of things using JS (including the one which you need) but can you explain your exact requirement and why OOB functionality of autocreation task does not fit your requirement. You can copy any data from change to task using cm3t.task.request link.
It is possible to do a lot of things using JS (including the one which you need) but can you explain your exact requirement and why OOB functionality of autocreation task does not fit your requirement. You can copy any data from change to task using cm3t.task.request link.
Hello, I also need to create an automatic task in the change module and in my case it is because each time a change phase is passed (implementation) a new task needs to be created and this must occur as many times as possible. go through that phase and it could be at least 2 times.
With the configuration of "Scheduled tasks" only 1 task is generated and in my case it must be the same task at least 2 times.
Thanks for the help.
Hi Manuel Montt This is an old thread and it may be better to start a new thread and ask the question that ramesh9 asked and see what happens.
Chris Seamons
OpenText Community Management
If you found this post useful, give it a "Like" or click on "Verify Answer" under the "More" button
Hello Chris Seamons, if I could already make a new thread, I had not done it because my old account was blocked for asking the same question in those 3 threads above, but now there is a new thread, I hope you can help me.
Thanks for your answer.