---
title: "Jira integration — Sleekplan | Sleekplan"
canonical_url: "https://sleekplan.com/integrations/jira"
last_updated: "2026-05-28T16:20:55.381Z"
meta:
  description: "Push feedback into Jira Cloud, link existing tickets, and keep status in sync without leaving your board."
  "og:description": "Push feedback into Jira Cloud, link existing tickets, and keep status in sync without leaving your board."
  "og:title": "Jira integration — Sleekplan | Sleekplan"
---

# Push feedback into Jira Cloud, link existing tickets, and keep status in sync without leaving your board.

## Overview

Pipe Sleekplan posts into Jira Cloud as work items, or link existing Jira tickets back to public posts so customers can follow along. Status transitions on either side mirror automatically.

## How it works

From any Sleekplan post, click Push to Jira to create a new Jira issue. Choose the project, issue type, and any required fields up front. Existing Jira tickets can be linked to multiple posts so a single deduped engineering effort feeds back to every requester.

When Jira moves to Done, Sleekplan moves to Released and emails everyone who voted. The release-notes draft is pre-filled from the post body so your changelog entry is one polish-and-publish step away.

## Configure

A Jira admin installs the Sleekplan app from the Atlassian Marketplace and authorises the OAuth grant. From Sleekplan, pick which Jira project(s) you want to sync and configure your field mapping once per project. Custom fields are supported.

## **Explore other integrations **

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

[![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) [![Azure DevOps logo](https://sleekplan.com/_ipx/f_webp&s_44x44/images/integrations/devops.png)**Azure DevOps** Push customer feedback into Azure DevOps work items and report progress back automatically.](https://sleekplan.com/integrations/devops)

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"]
}
```