Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.94 KB

README.md

File metadata and controls

33 lines (19 loc) · 1.94 KB

Codenames

Build Status Visual Studio Marketplace Visual Studio Marketplace Installs - Azure DevOps Extension

Azure DevOps Extension for generating random code names for work items.

They can be used as an alternative to work item IDs or titles, that are more than often hard to remember.

Codenames Showcase Animation

How it works

This extension adds a work item control with a button that generates a code name, then it updates the field that was configured in custom control options. Boards and backlog lists can be updated afterwards to hide ID and show that field.

Currently phrases are generated from a predefined pool of words. They were inspired by universally known things, beings and ideas, resulting in phrases that are fun and easy to remember.

Usage

  1. Add a custom field to inherited process.
  2. Add Codenames as a custom control to inherited process, then in options choose the custom field created in previous step.
  3. Open the work item page, and click a button to update the field with generated phrase.

Release notes

0.1.1 (2019-10-29)

  • Fix missing description for custom control selection dropdown
  • Fix missing name for input parameter
  • Add some words

0.1.0 (2019-10-23)

  • First published version