Hi All,
I am trying to integrate Azuredevops with the ServiceNow application. I have configured the service hooks for my project.
This is my use case :
I have 10 User Stories under an Epic.
5 of them are closed. which means the percentage complete is 50 %.
If any UserStory state is updated, then the percentage completed also gets changed.
Is there any service hook event just like 'workitem updated' to get the percentage completed for an epic ???
Is there any API available wherein if I pass the list of EPIC ids, I get the percentage completed values ??