---
title: "Jira Data Center integration — Sleekplan | Sleekplan"
canonical_url: "https://sleekplan.com/integrations/jira-dc"
last_updated: "2026-05-28T16:20:55.978Z"
meta:
  description: "Self-hosted Jira? Same workflow as Cloud: push posts, link tickets, sync status."
  "og:description": "Self-hosted Jira? Same workflow as Cloud: push posts, link tickets, sync status."
  "og:title": "Jira Data Center integration — Sleekplan | Sleekplan"
---

# Self-hosted Jira? Same workflow as Cloud: push posts, link tickets, sync status.

## Overview

Everything the Jira Cloud integration does, on your own infrastructure. The Data Center variant supports the same intake-to-release flow, field mapping, and status sync as Cloud, with a self-hosted authentication channel for enterprise teams that can't route data through Atlassian's tenancy.

## How it works

Push customer-facing posts into Jira DC as work items with one click: title, description, voter count, and a deep link back are all copied across. Status round-trips both ways.

Use a single intake project for incoming feedback, then let Jira automations route to the right team. Field mapping and custom fields are fully supported, so existing JQL filters and dashboards keep working unchanged.

## Configure

A Jira admin installs the Sleekplan app from the Atlassian Marketplace into your Jira DC instance. Sleekplan needs network access to your Jira host; most teams allowlist our static egress IPs. Authentication uses a Jira service account, not user OAuth. Supports Jira DC 9.x and 10.x.

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