Time Tracking Auto Capture feature flag
This feature flag is intended to decide whether time spent on a work item is captured automatically or manually in work load management demo portal application.
The specific scenarios that time is being tracked automatically have been documented here :
How to turn the feature On and Off:
We’ve implemented Azure App Configuration service in order to be able to turn feature on and off without the need to redeploy the application code.
To tune on the flag:
1- login to azure portal
2- search for App Configuration service
3- in the left panel click on wlmdp-sced-ncd-feature-flag
4- click on Feature manager as shown bellow:
5- You can see the available features in the right panel and switch them enabled or disable:
6- For the changes to become effective into the related application, you need to restart the app.