Enable deployments
Get greater visibility of deployments by tracking and displaying CI/CD Pipelines against your Jira work items.
To send deployments data to Jira, you’ll first need to integrate Jira with your CI/CD provider. Bamboo is not yet a supported provider for this feature.
Integrate your deployment pipelines with Jira
To view data from your deployment pipelines in Jira, you’ll need to:
Connect a CI/CI tool to Jira. Read more about integrating development tools with Jira
Include work item keys in branch names, commit messages, and pull requests. How to reference work items in your development work
View deployment information on the release page
If you’ve enabled releases in your Jira space, you’ll see deployment information on the release page. Go to your space and select Releases in the space navigation, then select a version to view its release page. The deployment status of each work item in your version will be displayed in the Deployments column. We'll show an icon to indicate whether a work item has been deployed successfully and a label to tell you what environment it’s been deployed to. Click on a deployment status to view a detailed dialog with links to the associated pipelines in your CI/CD tool.
View deployment information on the Development page
If the Development feature is enabled in your Jira space, you can view deployment information on the Development page. Go to your space and select Development from your space navigation, then go to Related work and select Deployments. Read more information about Development in Jira.
The Deployments tab in the Related work section lists production deployments linked to work items in your space, showing the latest deployment, its status, and last deploy time. Select a deployment to open the Development panel and view all deployments linked to that work item.
Deployment information appears after you’ve set up deployment integration, linked development activity to Jira using work item keys, and run at least one deployment on a linked branch, commit, or pull request.
Was this helpful?