From c6cc7061d434c6ca8b74902f6b6d998d487b62ce Mon Sep 17 00:00:00 2001
From: Anton Smith <asmith@gitlab.com>
Date: Tue, 23 Jul 2024 06:32:51 +0000
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

Co-authored-by: Ashraf Khamis <akhamis@gitlab.com>
---
 doc/integration/jira/development_panel.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/doc/integration/jira/development_panel.md b/doc/integration/jira/development_panel.md
index 581062b86d821..d5b3f1bb0c66e 100644
--- a/doc/integration/jira/development_panel.md
+++ b/doc/integration/jira/development_panel.md
@@ -105,6 +105,17 @@ For more information about how Smart Commits work and what commands are availabl
 - [Process issues with Smart Commits](https://support.atlassian.com/jira-software-cloud/docs/process-issues-with-smart-commits/)
 - [Using Smart Commits](https://confluence.atlassian.com/fisheye/using-smart-commits-960155400.html)
 
+## Jira deployments
+
+You can use Jira deployments to track and visualize the progress of software releases directly in Jira.
+
+GitLab sends information about your environments and deployments to Jira if:
+
+- Your project's `.gitlab-ci.yml` file contains the [`environment`](../../ci/yaml/index.md#environment) keyword.
+- A Jira issue ID is [mentioned in certain parts of GitLab](#information-displayed-in-the-development-panel) and a pipeline is triggered.
+
+For more information, see [environments and deployments](../../ci/environments/index.md).
+
 ## Related topics
 
 - [Troubleshoot the development panel in Jira Server](https://confluence.atlassian.com/jirakb/troubleshoot-the-development-panel-in-jira-server-574685212.html)
-- 
GitLab