How to integrate Azure DevOps YAML pipelines deployments with Jira
Integrate Azure DevOps YAML pipelines deployments with Jira.
To track deployments from Azure DevOps YAML pipelines you do a few things:
Use the following name pattern in the job name “<anything>::deployment.<anything>“. For instance, the name could be “Portal UAT deployment::deployment.TEST”.
Use the following id pattern in the job id “<anything>_deployment_<anything>”. For example, Webapp_deployment_prod_us_east_1.
Have the word “deploy“ in the name of the deployment job.
Please watch the video above for a good example.
Updated: