---
title: "Azure DevOps integration — Sleekplan | Sleekplan"
canonical_url: "https://sleekplan.com/integrations/devops"
last_updated: "2026-05-28T16:20:56.071Z"
meta:
  description: "Push customer feedback into Azure DevOps work items and report progress back automatically."
  "og:description": "Push customer feedback into Azure DevOps work items and report progress back automatically."
  "og:title": "Azure DevOps integration — Sleekplan | Sleekplan"
---

# Push customer feedback into Azure DevOps work items and report progress back automatically.

## Overview

Map Sleekplan posts to Azure DevOps work items. Whether your team lives in Boards, Backlogs, or Sprints, the status sync runs both ways: voters hear back when the work moves to Resolved or Closed, and your release-notes draft is ready to go the moment a sprint wraps.

## How it works

From a Sleekplan post, click Push to Azure DevOps and pick the project plus work-item type (User Story, Task, Bug). Status changes in Azure DevOps mirror back to Sleekplan automatically.

Field mapping is configurable per project: match Sleekplan priorities and tags to your DevOps area paths and iteration paths. Custom fields and tags round-trip cleanly so your existing reporting doesn't break.

## Configure

An Azure DevOps admin installs the Sleekplan connector from the Marketplace and authorises the OAuth grant. From Sleekplan, pick the project(s) you want to sync. Supports Azure DevOps Services; on-prem Server installs route through the Sleekplan API.

## **Explore other integrations **

[**Browse all **](https://sleekplan.com/integrations)

[![Jira Cloud logo](https://sleekplan.com/_ipx/f_webp&s_44x44/images/integrations/jira.png)**Jira** Push feedback into Jira Cloud, link existing tickets, and keep status in sync without leaving your board.](https://sleekplan.com/integrations/jira) [![ClickUp logo](https://sleekplan.com/_ipx/f_webp&s_44x44/images/integrations/clickup.png)**ClickUp** Turn user feedback into ClickUp tasks and notify users when the task ships, without copy-paste.](https://sleekplan.com/integrations/clickup) [![Linear logo](https://sleekplan.com/_ipx/f_webp&s_44x44/images/integrations/linear.png)**Linear** Sync feedback with Linear issues and keep customers in the loop on every status change.](https://sleekplan.com/integrations/linear)

Build your own

## **Don't see it?**Build it.

REST API, real-time webhooks, JavaScript SDK and a full MCP server. Everything our own integrations use is yours to call.

[**Read the docs **](https://sleekplan.com/docs) [**Suggest an integration **](https://feedback.sleekplan.com/feedback/add?type=integrations)

POST/v1/posts 200 OK · 84MS

```
$ curl -X POST https://api.sleekplan.com/v1/posts \
  -H "Authorization: Bearer $SLEEK_KEY" \
  -d '{"title": "Bulk re-categorise", "category": "feature"}'

{
  "id": "p_482",
  "score": 0.81,
  "tags": ["inbox", "feature"]
}
```