TABLE OF CONTENTS
2.2 Create a New Organization and a Project
2.3 Generate and save your Personal Access Token Information
3.1 Configure Application Settings File
1. Overview
Azure DevOps Server, previously known as Team Foundation Server (TFS) and Visual Studio Team System (VSTS), is a comprehensive suite of tools designed for software development and project management. It provides capabilities for source control, project tracking, continuous integration, and deployment, facilitating collaboration among development teams.
In the article, you will be able to create an Issue integrating with Azure DevOps.
2. Prerequisites
2.1 Sign into Azure DevOps
Perform the following:
- Enter this Https://azure.microsoft.com/en-us/ into the browser bar.
- Click Sign in button on the top-right corner.
- You will be signed in automatically if you are using a Microsoft account. If not, create one.
- If you are unable to find it in the Azure Services list, you can search in the Search bar, as shown:
- Click My Azure DevOps Organization link.
- Ensure to fill in the additional details in the following screen and click Continue.
2.2 Create a New Organization and a Project
Perform the following:
- Get Started Azure DevOps screen appears. In this screen, click Create New Organization button.
- Following screen appears.
- You can update the Azure DevOps organization name, by default, your email ID will be displayed in Name your Azure DevOps organization text box, as shown, enter the characters in Captcha text box and click Continue to view Create a Project
- Project name screen is displayed. Ensure to enter the Project name in the following format and Create Project button.
- For each of the project, following modules are displayed:
2.3 Generate and save your Personal Access Token Information
Perform the following:
- Navigate to the User Settings and select Personal access tokens option.
- In this window, select New Token button, as shown:
- New Token window appears. In this window, enter the name, select Full access option and click Create.
- Success window appears. In this window, copy the code by clicking the copy icon and save it in a notepad for future use.
3. Azure DevOps Integration with algoQA
3.1 Configure Application Settings File
Perform the following;
- In the algoQA script generated folder, navigate to Application Settings.XML file as shown in the example screenshot.
- In this screen, you must:
- Set the AzureIntegration parameter to true.
- replace OrganizationName, ProjectName and PersonalAccessToken details with the actual values, which is configured in the perquisites steps.
- For example, after configuring the prerequisites, the URL will be displayed as https://dev.azure.com/parimalabc/TestManagement. In this URL, "parimalabc" is the organization name, and "TestManagement" is your project name.
4. Create an Issue
Perform the following:
- In the left pane, navigate to Boards option and select Work Items to create an issue.
- Following screen is displayed:
In this screen, select the New Work Item and select Issue from the dropdown list.
Issue details are as shown. In this screen, you must add title, description, priority, efforts in story points, links and attachments if required.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article