Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
433 views
in Technique[技术] by (71.8m points)

azure devops - AzureDevops to Jira integration

In our project, we are using Azure git for the repo and we are doing the commit in Visual studio 2019. I have a requirement to show the Jira numbers in the "related work item section" while committing the code. Please help

Visual Studio Related Work Item

img_work_item

question from:https://stackoverflow.com/questions/65598704/azuredevops-to-jira-integration

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

I am afraid the Jira numbers cannot be shown in the related work item section of VS2019. This feature is intergrated with azured devop. The field related work item section can only show the work items in your azure devops project.

If you want to link the code commit to a jira issue. You can use the the Git Integration for Jira Cloud app, or Azure Git Listener for Jira app to connect your azure repo to your Jira cloud. Then you just need to include jira issue numbers in your commit comment. You can check this thread for more information.

If you want manage jira issues from VS 2019 you can check out Atlassian Connector for Visual Studio.

You can also check out the official extension Jira and Bitbucket for VSCode.

You can also try syncing your Jira issue with azure devops. Please check out the detailed steps here. Then you will be able to view the work items in the related work item section field of VS2019, but these work items are synced to azure devops from Jira, they are not the originAL Jira issue from Jira cloud


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...