AzureTimeTracker is tool designed automatically to save spent time in specific Task.
At the moment allow only to save time as completed effor in hours only on the Tasks, for only one project. In case you want to use on diffrent projects, settings.json should be changed
- clone the git repository
- open with visual studio 2022 with minimum of .net 8
- prepare configuration file:
- Modify settings.json
{"OrganizationUrl":"","PersonalAccessToken":"","DefaultProject":"","AssignedTo":""}
- Modify settings.json
- Organization URL can be found : https://learn.microsoft.com/en-us/azure/devops/organizations/accounts/rename-organization?view=azure-devops
- Creating PersonalAccessToken : https://learn.microsoft.com/en-us/azure/devops/organizations/accounts/use-personal-access-tokens-to-authenticate?view=azure-devops&tabs=Windows
- Default project is project on which you want to track the time
- AssignedTo is email address to whom is assigned the task
- Click on Fetch Tasks in order to get tasks assigned to you.
- Press button to start
- When you finish press button stop than Save.
- If you press Reset your time will be discard from appliction but not from azure task.