how to add task assigned to me in dashboard

Servicenow10
Kilo Guru

hi

am trying to add task assigned to me on dashboard but am not able to find it

how can i add all ritm asigned to me in dashboard

1 ACCEPTED SOLUTION

asifnoor
Kilo Patron

Hi,

Create a report on sc_req_item

Conditions:

Active = true AND

assigned to (is dynamic) Me

Run the report

Then under save dropdown, select Add to Dashboard and a popup will be shown inn which you need to select the dashboard under which you want to show the report.

Mark the comment as a correct answer and also helpful if it helps.

View solution in original post

6 REPLIES 6

Akshata jamdar
Mega Guru

Hi dell,

 

Can you just tell from which table you are trying to populate this records?

You can filter condition in report that show the records which are assigned to you that is 

[Assigned to >is(dynamic)>me] and table will be [sc_task] if you want all catalog task assigned to you Or if you want to see all tasks assigned to you the table will be [task] only.

 

Please mark the answer correct and helpful if it help you to resolve your query.

 

Regards,

Akshata.

asifnoor
Kilo Patron

Hi,

Create a report on sc_req_item

Conditions:

Active = true AND

assigned to (is dynamic) Me

Run the report

Then under save dropdown, select Add to Dashboard and a popup will be shown inn which you need to select the dashboard under which you want to show the report.

Mark the comment as a correct answer and also helpful if it helps.