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

Smigi
Giga Contributor

Create a Report (table "sc_req_item") with the condition "assigned to is dynamic "me"" and add it to the desired dashboard through adding a report widget - that would be my way of achieving this 🙂

Or you can offer a module with the same condition in the module which is not addable to a dashboard.

If you want the tasks (not the ritms) you would have to create a report on "sc_task" table where you can also show the respective RITM - depending on the use case.

Mark as helpful if it was otherwise let me know how you solved it.

BR

Simon

Servicenow10
Kilo Guru

hi

 

find_real_file.pngi want to add this to my dashboard but am not  able to find it 

Hi dell this is an existing report which you can add to any dashboard. Go to the "+" in right upper corner of dashboard, look for "report" then the respective title of report (here: tasks assigned to me) click on any "add here" pane in the popup and the report will be added to your dashboard. If conditions need to be amended you can achieve this by amending the report itself.

Sanjay Lodhi
Giga Contributor

Hello,

Open your report and changes the filter condition of the report -

Assigned to - dyanmic- me 

Active - true

Save the changes.

Click on Run then you will get your desired output.

Please mark correct if you get the solution of your query.

 

Thanks,

Sanjay