Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Azure DevOps for JIRA not receiving deployment events

Mitchell Horning
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 12, 2024

JIRA Is not showing deployments when deployment jobs are run in our Azure DevOps pipelines. We have followed the instructions here: [Connect Azure DevOps to Jira | Atlassian Support](https://support.atlassian.com/jira-cloud-administration/docs/integrate-azure-devops-with-jira/) to no avail.

The following pipeline correctly creates deployments to the "dev" environment in Azure DevOps:

stages:
- stage: 'development'
displayName: 'Dev Deployment'
jobs:
- deployment: Deploy
pool:
name: 'default'
environment: dev
strategy:
runOnce:
deploy:
steps:
- script: |
echo "deploy"

However, JIRA shows no record of the deployments.

Our pipeline code is hosted in Github and is connected to Azure DevOps via a service connection. We see that Github commits, branches, and PRs are represented in JIRA. What is going wrong here? My reading of the app's documentation tells me that this should be working.

Thanks!

1 answer

1 accepted

0 votes
Answer accepted
Mitchell Horning
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 12, 2024

I think I may have sorted this out on my end. I had a typo in my branch name (though I believe that my commit messages still had the correct reference). Sorry for the spam.

Suggest an answer

Log in or Sign up to answer