Azure DevOps Search based message extension across Microsoft 365

azure devops app demo

Features

  • Create new work item
  • Search and insert work item card with actionable buttons
  • Edit existing work item to update title and status
  • link unfurl for work items into card with actionable buttons

Prerequisites

Please note that after you enrolled your developer tenant in Office 365 Target Release, it may take couple days for the enrollment to take effect.

Getting Started

Follow below instructions to get started with this application template for local debugging.

Create an env file

  1. Create an env folder
  2. Add .env.local under the env folder in the root

Test your application with Visual Studio Code

  1. Update env/.env.local file with below configurations.
AZURE_PERSONAL_ACCESS_TOKEN=<AZURE_PERSONAL_ACCESS_TOKEN>
PREVIEW_IMAGE=https://github.com/rabwill/assets/blob/main/task.jpeg
WORK_ITEM_URL=https://dev.azure.com/<orgname>/<projectname>/_workitems
ORG_NAME=<orgname>
PROJECT_NAME=<projectname>
  1. Press F5 or use the Run and Debug Activity Panel in Visual Studio Code.

References