Skip to content

Commit

Permalink
Rename extension across the board
Browse files Browse the repository at this point in the history
  • Loading branch information
jessehouwing committed Mar 27, 2019
1 parent c00e8cb commit d93829f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion configs/dev.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"public": false,
"baseUri": "https://localhost:9090",
"name": "Dev: Kanban Board Tools",
"name": "Dev: Azure Boards Kanban Tools",
"publisher": "chrismason",
"version": "0.0.2"
}
12 changes: 6 additions & 6 deletions marketplace/overview.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Kanban Board Tools
# Azure Boards Kanban Tools

This provides a set of tools to enhance Kanban board usage within TFS and VSTS.
This provides a set of tools to enhance Kanban board usage within Azure DevOps and Azure DevOps Server.

# Copy Kanban settings
With TFS and VSTS, we see more and more teams switching to a single team project approach with teams being split based on a combination of iterations and areas. This can result in dozens of teams set up within the system. Once a team goes in and configures their Kanban board with their settings: card rules, swimlanes, column definitions, etc. they may want to share that setup with other teams. This extension allows teams to either grab settings from another team and apply them to their boards or to allow a team to copy their settings to another team.
With Azure DevOps, we see more and more teams switching to a single team project approach with teams being split based on a combination of iterations and areas. This can result in dozens of teams set up within the system. Once a team goes in and configures their Kanban board with their settings: card rules, swimlanes, column definitions, etc. they may want to share that setup with other teams. This extension allows teams to either grab settings from another team and apply them to their boards or to allow a team to copy their settings to another team.

## Getting started

1) From the Work hub, navigate to a backlog level such as *Epics*, *Features*, or *Backlog items*.
2) From the backlog level, switch to the Kanban board view.
3) Click the icon to launch the Kanban board tools dialog by clicking on the brush icons.
3) Click the icon to launch the Azure Boards Kanban Tools dialog by clicking on the brush icons.
4) Use options within the dialog to select the team to copy settings from or to another team.

In this release, the following configurations will be copied for each backlog level within the process template:
Expand Down Expand Up @@ -43,7 +43,7 @@ We thank the following contributor(s) for this extension: Edward Fry, Jesse Houw

We need your feedback! Here are some ways to connect with us:

* Add a review below.
* Send us an [email](mailto:mktdevlabs@microsoft.com/).
* Add a review.
* File an issue on [GitHub](https://github.com/ALM-Rangers/azure-boards-kanban-tools/issues).

Review the [list of features and resolved issues of latest tools and extensions](https://aka.ms/vsarreleases) for information on the latest releases.
2 changes: 1 addition & 1 deletion src/Shared/Constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const DefaultDialogTitle: string = "Kanban Board Tools";
export const DefaultDialogTitle: string = "Azure Boards Kanban Tools";

export const KanbanActionLabel: string = "What would you like to do?";
export const KanbanActionPlaceholder: string = "Select an action...";
Expand Down
2 changes: 1 addition & 1 deletion src/kanban-tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<meta charset="UTF8">
<title>Kanban Board Tools</title>
<title>Azure Boards Kanban Tools</title>
<script src="./3rdParty/es6-promise.min.js"></script>
<script src="./3rdParty/VSS.SDK.min.js"></script>
<script src="common_chunks.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion src/kanban-wizard.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<meta charset="UTF8">
<title>Kanban Board Tools</title>
<title>Azure Boards Kanban Tools</title>
<script src="./3rdParty/es6-promise.min.js"></script>
<script src="./3rdParty/VSS.SDK.min.js"></script>
<script src="common_chunks.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifestVersion": 1,
"id": "kanban-board-tools",
"version": "0.0.0",
"name": "Kanban Board Tools",
"name": "Azure Boards Kanban Tools",
"scopes": [
"vso.profile",
"vso.work",
Expand Down Expand Up @@ -66,7 +66,7 @@
"ms.vss-work-web.backlog-board-pivot-filter-menu"
],
"type": "ms.vss-web.action",
"description": "Kanban Board Tools Actions",
"description": "Azure Boards Kanban Tools Actions",
"properties": {
"title": "A set of tools for enhancing your interactions with the Kanban board.",
"icon": "img/brush.png",
Expand Down

0 comments on commit d93829f

Please sign in to comment.