Work Item Voting Extension for Azure DevOpsThis simple Azure DevOps extension adds voting 👍 and 👎 (to remove your vote) buttons to a work item and maintains a votes counter. Hovering over the 👍 button, shows the current list of voters. The extension requires the creation of two Work Item custom fields for its backing store:
To add the custom fields to your Azure DevOps project process, go to Organization Settings -> Boards -> Process -> All processes -> Fields. Add the two fields described above. To then add the Voting Extension on a particular type of Work Item, go to Organization Settings -> Boards -> Process -> All processes, open the Process Work Item that you would like to add voting to and select Add custom control. You can then choose the Voting control from the list of available controls and configure it under its Options tab. |