How to connect Change task to RITM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2016 11:18 AM
I have a catalog item which is a service process that one of our internal groups performs for other org groups. There are 4 tasks, which I made Change tasks because they are actually performing changes on both test and prod systems. Two of these tasks require confirmation/verification on the part of the requester before the task can be closed, so the next workflow activity and task can be created and assigned.
The way I thought about doing this as simple as possible is to have the tech work the change task and keep the state in either work-in-progress or pending and add notes to the parent RITM asking the requester to confirm/verify the changes and reply back with success. The reply would come back through the RITM to the assignment group, who would then mark the change task as closed.
Question is: How do I connect or associate the RITM to the Change task so that it is easy for the techs working the Change tasks to quickly and easily go to the RITM to add their comments for the requester?
This is the Change Task form:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2016 11:30 AM
When you are creating change_task in the workflow, populate parent on the change_task as shown below
task.parent=current.getValue('sys_id');

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2016 11:45 AM
I added the line, task.parent = current.getValue('sys_id');, to the Advanced Script field of the Create Task Activity and nothing changed.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2016 11:48 AM
can you attach a snapshot of your task activity from which you are creating the chnage tasks?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2016 11:54 AM