Affected CIs are not listing the tasks associated with the configuration item when you add Configuration Items to the affected CIs from the Task form Issue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Symptoms Affected CIs are not listing the tasks associated with the configuration item when you add configuration items to the affected CIs from the task form related list. Release All available releases Cause This is working by design. When you add a cmdb_ci item to the task, the task is added to the task_ci table and not the cmdb_ci table. So tasks will not be seen in the cmdb_ci table unless it is the configuration item for the particular task. You will only be able to see the associated tasks/change_tasks from the task_ci form. Resolution To view all the change_task for a particular cmdb_ci table, you need to define a relationship from task_ci table which queries from the task_ci table itself. To do the same, please follow the below steps. 1. Go to System Definitions -> Relationships 2. Create New 3. Enter the following details in the form Name: Tasks for the Configuration Item(You can name it according to your preference) Applied to Table: CIs Affected[task_ci] Queries from Table: CIs Affected[task_ci] Query with: (function refineQuery(current, parent) { current.addQuery('ci_item',parent.ci_item); })(current, parent); 4. Go to task_ci form 5. Right click on the header and select Configure -> Related Lists 6. Add the Relationship - "Tasks for the Configuration Item" to the form This will list all the tasks with the Configuration item listed for the task_ci 7. You may configure the related list layout to place the task number and configuration item to the top, so that it would be easier to see the task as the first column in the list. Additional Information https://docs.servicenow.com/csh?topicname=t_CreateDefinedRelatedLists.html&version=latest