1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-13 13:48:59 +02:00
unleash.unleash/website/docs/reference/integrations/jira-server-plugin-usage.md
Gastón Fournier 3479aa8b2c
docs: change absolute url to relative (#10432)
This makes it easier to navigate inside the preview site (cause it stays
in the preview instead of jumping to the docs website), and it also
helps detecting broken links if we change the landing page (since the
one in docs.getunleash.io will still exist).
2025-07-29 18:20:15 +02:00

2.2 KiB

title
Jira Server Integration - Usage

import SearchPriority from '@site/src/components/SearchPriority';

:::info Deprecated

The Jira Server plugin is deprecated, please use the Unleash Jira Cloud plugin instead

:::

With the Unleash Jira server plugin you can create new feature flags in Unleash from a Jira issue as well as link existing flags to Jira issues.

The plugin also shows you current status of connected flags.

Using the plugin

To use the plugin, you'll need to create an issue or use an existing one. Once the issue is saved and you open up the Issue panel, you'll be greeted with a button to activate the Unleash plugin for that issue.

Connecting a flag to an issue

Jira Server - Issue panel button

Clicking this button opens a dialog, allowing you to either connect an existing flag

Jira Server - Add Existing flag

or if you flip the switch that says "Use existing flag", allows you to create a new flag

Jira Server - Add new flag

Flag status as part of Issue view

Once you've connected at least one flag to an issue, our plugin will list the current status of each environment for that flag. If the current user is allowed to edit the issue, they can also enable or disable environments directly from Jira.

Jira Server - Flag status

Disconnecting flag from Issue

If a flag is no longer relevant for your Jira Issue, you can disconnect it using the Disconnect flag button ( provided your user has edit rights on the issue)

Jira Server - Disconnect flag

Once you click the button, you'll need to confirm the dialog that opens up.

Jira Server - Disconnect flag dialog

If confirmed, the flag will be disconnected immediately. However, the plugin will not delete the flag from Unleash, so you can still reconnect your Jira issue to the same flag using the "Connect to existing flag" functionality