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

How does actual effort and remaining effort gets calculated in sprint in Agile development 2.0 . Is it based on story and scrum task or we have to fill it manually?

vijay14
Kilo Contributor

I have to create a report which shows how many days are remaining in a particular sprint. I created it based on a field in sprint (rm_sprint) but the value in it is not automatically getting populated. 

1 REPLY 1

Madhu80
ServiceNow Employee

Vijay, there is no rollup of planned/actual/remaining hours from scrum task to story. However, you can still get the aggregate value of planned hours/remaining hours/actual hours from the scrum tasks by dot-walking the filters on the scrum_task table like story.sprint = <your sprint id>