diff --git a/doc/integration/jira/development_panel.md b/doc/integration/jira/development_panel.md index 581062b86d82174d3fe302b3e4fbc392dad0a55f..d5b3f1bb0c66e46c8020833e520005dfe997f54f 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)