https://github.com/welldone-software/work-helper-for-azure-devops
Chrome extension with code snippets that help with work routine at Welldone
https://github.com/welldone-software/work-helper-for-azure-devops
Last synced: about 1 year ago
JSON representation
Chrome extension with code snippets that help with work routine at Welldone
- Host: GitHub
- URL: https://github.com/welldone-software/work-helper-for-azure-devops
- Owner: welldone-software
- Created: 2020-10-07T13:50:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-10T18:34:57.000Z (over 5 years ago)
- Last Synced: 2025-02-26T04:34:12.023Z (over 1 year ago)
- Language: JavaScript
- Size: 7.91 MB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welldone Work Helper for Azure DevOps [2.0]
A Chrome extension with all sorts of features to help with day-to-day work on Azure DevOps.
Interfaces with Azure DevOps REST API and with TMetric REST API.
# Features:
##### 1. Automatic TMetric Logger
- Retrieves your PRs list from Azure DevOps
- Interfaces with TMetric and checks if you forgot to fill in hours
- Offers to fill in hours for you in case you forgot, by your approval
- Can remind you to fill in hours (if not filled) after a certain time of day (for example after 21:00)
- Maintains a local database to remember your choices

##### 2. Create Bug Tasks
- Adds a context menu item 'Create Bug Task' to any bug page
- Creates a child work item task
- Moves the new task to state 'In Review'
- Moves the bug to state 'In Progress'

##### 3. Move Fixed Bugs to State Q.A
- Searches for bug items in state 'In Progress' but with all work tasks completed
- Moves the bug to state Q.A when a build that includes your tasks succeeds

##### 4. Rerun Failed Pull Request Builds
- Searches for (your) pull requests with failed builds
- If a new build can be re-queued (f.e when PR merge status is OK and build is just expired), it re-runs the build for you

##### 5. Shorten Work Item URLs
- Replaces URLs according to regular expressions of your choice
- Set to shorten annoyingly long work item urls

# Configuration:
Go to `js/config.js` and follow the instructions.