Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Go to Azure Boards and login as the user you want to comment on Azure Boards Issues with.

  2. Generate a Personal Access Token in Azure Boards following this guide: ​Personal access tokens | Azure Boards. ​

  3. Choose an expiration date based on your security policies. Shorter expiration dates will require updating the ITS more frequently.

  4. Choose the following OAuth scopes to comment on and change status of issues:

...

An Azure Boards instance looks like this:

...

Setting Up Folders and Projects to Use the Azure Boards ITS Instance

Then back in FlexDeploy, set up your folder ITS settings like this:Azure Boards Issues only accept statuses of open and closed. Other statuses will be ignored.

...

Linking Azure Boards Issues to FlexDeploy Builds

...

Set up your FlexDeploy Project with a ticket pattern. The pattern must be Azure Boards repo Project name + “-” + issue number.

Following this pattern, make a commit message.

...

Push and merge your change.

...

The issue number should be Azure Boards Repo Project Name-Issue Number

In this example, it’s maven-project-3test123.

...

Linking Issues to Project Packages

...

The issue number should be in the format Azure Boards Repo Project Name-Issue Number

Now, builds and deployments of this package will be associated to that Azure Boards Issue.

...