How generate a change task and change request report?

Lourdes1
Kilo Contributor

Hi all, I need your help. I want to create a report of change task, with the next information: Number, created, title, description and change request number, filter by Coordinating group (X and Y); because I need all changes task with their change request associated that my team raised the last year.
It is possible for me not adding that filter using the table "task". How I can get the report?

1 ACCEPTED SOLUTION

sachin_namjoshi
Kilo Patron
Kilo Patron

you can generate report using change_task.LIST table.

you will have change request reference on change_task table.

 

Regards,

Sachin

View solution in original post

6 REPLIES 6

sachin_namjoshi
Kilo Patron
Kilo Patron

you can generate report using change_task.LIST table.

you will have change request reference on change_task table.

 

Regards,

Sachin

Hi Sachin,

 

Can you help me out if we can somehow also pull change task details within the change_request table?

 

Regards,

Yogesh

Chris35
Giga Expert

Hello,

Create a new report, Application navigator - Reports - Create New.

Report name : "The name you what the report to have"
Source type : Table
Table : Change Task

Set the visualization you want to have, example list, and the configure the columns to display. 

 


Example :
Assignment group -  is - X OR
Assignment group - is - Y AND
Created - on - Last year

 

 

Lourdes1
Kilo Contributor

Thank  you, it works.