We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Move PTask created in the Problem Ticket to Work in Progress state

kamblepooja
Tera Contributor

I want to move all the PTask created in the Problem Ticket to Work in Progress state once the Problem Ticket was approved by the Problem Approver - Fix in progress state.

6 REPLIES 6

Dr Atul G- LNG
Tera Patron

Hi @kamblepooja 

May I know exactly what you want to do with all the PTasks? Each PTask is assigned to a group, and based on the availability of the group members, the status will move to WIP. Moving a task to WIP indicates that the SLA has started and that the team might be ready to work on the task.

*************************************************************************************************************
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]

****************************************************************************************************************

Nilesh Pol
Kilo Sage

@kamblepooja In flow, you need to add new activity called "Look up records" after the "If Approved", with condition: problem(ref. field) Is triggered record, then use "update multiple records" activity to update PTask to Work in Progress state with respect to the problem.

 

NileshPol_1-1770882479418.png

 

 

Thank you.