link request task to change request

osvaldo2
Kilo Contributor

Has anyone been able to link a request tasks to a change request similar as showing in this steps. Link changes to a project task   I am able to see it creates a change from the task but I cant get the task to show up linked on the change request?

1 ACCEPTED SOLUTION

Thats great.. You found it. But it is referencing the Catalog Task instead of Change Request or Task table, while you in the script you are trying to store the change request. Something is wrong with the way it is implemented.



You   also need to correct this line in the script.


link.eislinked_task = changeRequest.insert();



It should be


link.u_eis_linked_task = changeRequest.insert();



Please mark this response as correct or helpful if it assisted you with your question.

View solution in original post

29 REPLIES 29

that change worked great, it now shows the task under the change request



find_real_file.png



Now I only need to make sure that the change is seen on the reference above



find_real_file.png


Thats great. Please mark it answered if it worked for you.


Let me know, if there there is something which is still not working.



Please mark this response as correct or helpful if it assisted you with your question.

osvaldo2
Kilo Contributor

the only thing not working in   the getting the change field to appear on the task so that it can be linked


You will have to add related list   Project Task Link->Parent in the task. Add Linked Task to the column list in the Related List view.



Please mark this response as correct or helpful if it assisted you with your question.

osvaldo2
Kilo Contributor

to get it to display i had to add Project Task Link > Parent


find_real_file.png




it list the them as project tasks instead of eis tasks:



find_real_file.png




If I click on one, it does display the eis task parent




find_real_file.png