Versions Compared

Key

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

...

  1. Access the MettleCI Workbench page to integrate with your Azure Work Item Management system by logging in to MettleCI Workbench and select Issue Management from the Profile menu (top right)

  2. Enter the following values and click Submit:

    • Issue Management Type: Azure

    • Name: Anything you like, but something that identifies your Azure organisational instance would be a sensible choice

    • Tenant ID: Your Directory (tenant) ID

    • Client ID: Your Application (client) ID

    • Client Secret: Your client secret

  3. You will also have the opportunity to point to an issue management service which is in a different organization and repository to that which holds your assets.

    Image Added
  4. Restart the workbench service:

    Code Block
    languagebash
    $> sudo service dm-mettleci-workbench restart
  5. Azure Work Items will now be available from the the Issues drop down on the Git Commit page:

...