microsoft / azure-pipelines-jira

Azure Pipelines for Jira
MIT License
15 stars 6 forks source link

Development / Releases / Deployment tab not showing #15

Closed kvansaders closed 5 years ago

kvansaders commented 5 years ago

I was able to add the Azure Pipelines for JIRA app to our instance and added the JIRA integrations in our release pipelines. However, I do not see any of the integration features in the related tickets, even with the JIRA ticket number in the commit comments and branch names.

We are using git inside Azure DevOps, but care more about the release aspect at this point.

image

kvansaders commented 5 years ago

It turns out that this needed to be added to the view by configuring the default view layout for issues. This step should be added to the setup documentation.

matthieugd commented 4 years ago

Can you share an issue where the deployment status is displayed? I setup the integration and It seems to work(I see the JIRA issue in the release details) but I don’t see the deployment info on the JIRA side.

juandows commented 4 years ago

How add to the view? image I dont view deployment info ...

kvansaders commented 4 years ago

Project Settings -> Issue Layout Choose the issue type you wish to change. Ex: my org has separate layouts for bugs vs everything else.

Look for "Releases Panel" and move it to the Context Fields in the visible column.

image