All Projects → mvmjacobs → az-devops-rice-extension

mvmjacobs / az-devops-rice-extension

Licence: MIT License
Azure DevOps extension that auto calculates RICE and stores it in a field.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to az-devops-rice-extension

gl-vsts-tasks-file-patch
Visual Studio Team Services Build and Release Management extensions that help you update files using JSON patch and similar syntax
Stars: ✭ 21 (+40%)
Mutual labels:  vsts, vsts-extension
vsts-extension-multivalue-control
A work item form control which allows selection of multiple values.
Stars: ✭ 40 (+166.67%)
Mutual labels:  vsts, vsts-extension
vsts-extension-color-control
This is an example of a custom control extension for use in on-premise instances of Visual Studio Team Services on the work item form.
Stars: ✭ 16 (+6.67%)
Mutual labels:  vsts, vsts-extension
rust-azure-devops
[No longer maintain] 🦀 Rust extension for Azure DevOps
Stars: ✭ 26 (+73.33%)
Mutual labels:  vsts, vsts-extension
gl-vsts-tasks-yarn
Yarn Package Manager Visual Studio Team Services Build and Release Management extensions
Stars: ✭ 50 (+233.33%)
Mutual labels:  vsts, vsts-extension
NewmanPostman VSTS Task
A task for Azure DevOps Pipelines to run newman tests.
Stars: ✭ 31 (+106.67%)
Mutual labels:  vsts, vsts-extension
wiql-editor
Search work items with wiql queries.
Stars: ✭ 30 (+100%)
Mutual labels:  vsts, vsts-extension
vsts-extension-ts-seed-simple
Very simple seed project for developing a VSTS extension
Stars: ✭ 61 (+306.67%)
Mutual labels:  vsts, vsts-extension
AzureDevOps-WSJF-Extension
Sample work item form extension that auto calculates WSJF (weighted shortest job first) per work item and stores it in a work item field
Stars: ✭ 21 (+40%)
Mutual labels:  vsts, vsts-extension
FlowViz
A Power BI template that provides easy to understand, actionable flow metrics and predictive analytics for your agile teams using Azure DevOps, Azure DevOps Server and/or TFS.
Stars: ✭ 150 (+900%)
Mutual labels:  vsts, vsts-extension
github-tools-vsts
📦🚀 Create and modify GitHub Releases in Azure DevOps Build and Release Management
Stars: ✭ 24 (+60%)
Mutual labels:  vsts, vsts-extension
azure-flutter-tasks
Easily build and deploy with latest Flutter build tasks for Azure DevOps Pipelines Tasks
Stars: ✭ 66 (+340%)
Mutual labels:  vsts, vsts-extension
juceSynths
Collection of JUCE synthesisers utilising the Maximilian library.
Stars: ✭ 78 (+420%)
Mutual labels:  vsts
dd-core
Rust-based VST plugin development library with hardware accelerated GUI support.
Stars: ✭ 32 (+113.33%)
Mutual labels:  vsts
vsts-contributions
Contributions Graph for vsts
Stars: ✭ 54 (+260%)
Mutual labels:  vsts
DAFx19-Gamelanizer
Accompanying material for the paper 'A Real-Time Audio Effect Plug-In Inspired by the Processes of Traditional Indonesian Gamelan Music'
Stars: ✭ 33 (+120%)
Mutual labels:  vsts
azure-boards-decompose
Azure Boards extension to quickly decompose work items into a valid hierarchy
Stars: ✭ 35 (+133.33%)
Mutual labels:  vsts
jest-trx-results-processor
Jest results processor for exporting into TRX files for Visual Studio
Stars: ✭ 23 (+53.33%)
Mutual labels:  vsts
DeploySsrs
Build-Release task for VSTS/TFS that manages Microsoft's SQL Server Reporting Services
Stars: ✭ 17 (+13.33%)
Mutual labels:  vsts
Melodrumatic
Audio plugin that lets you use MIDI to pitch-shift via delay to turn unpitched audio into melodies
Stars: ✭ 26 (+73.33%)
Mutual labels:  vsts

RICE - VSTS Extension

RICE is an acronym for the four factors that are used to evaluate each project idea: reach, impact, confidence and effort.

RICE = (Reach * Impact * Confidence) / Effort

Setup

RICE extension enables a calculated field for computing and storing the RICE score on your work items.

  1. The first thing you need is to create the field that will store the RICE value. Create a custom decimal field through the process hub and add it to the work items you want to display it.

Create a custom decimal field

  1. Navigate to the "RICE" hub on the collection settings admin experience. From here, you must specify the fields that will be used for Reach, Impact, Confidence, Effort and RICE Score.

RICE displaying on the work item form

Features

Settings hub

  • Specify which fields are used for Reach, Impact, Confidence, Effort and RICE Score.

Mapping fields for calculation

Auto calculated RICE Score field on the form

  • RICE is automatically updated when form is loaded.
  • RICE is automatically updated when the Reach, Impact, Confidence or Effort fields are updated.

RICE is automatically updated on the work item form

How to contribute

Found a bug? Wrote a cool code? Do you want to help with the documentation? Great! Learn how to contribute or open an issue and help make the extension even better.

License

This repository is licensed under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].