reportportal/plugin-bts-azure

Api Key documentation

Closed this issue · 5 comments

Hello RP Team,
Can someone guide what is the API key to be provided for azure Devops plugin?

It don't see any option for username and personal access token. Not sure if there are any other types of keys that we can generate for azure Devops

Hi!
By API Key authorization type we mean authorization using a personal access token (PAT). You can create any number of PATs in User Settings of Azure DevOps. No username is required for this type of authorization. Just make sure your PAT is active.

Also check that you set the parameters when creating the integration like this:
Link to BTS: https://dev.azure.com/{organization}
Project name in BTS: {project}

@Alexandr-Kislov thank you for responding, just tried by giving my PAT (full acess rights token).
But im not able to connect. receiving 409 error code

image

@Alexandr-Kislov thank you for responding, just tried by giving my PAT (full acess rights token). But im not able to connect. receiving 409 error code

image

First of all, as I see it, you have a "/" at the end of your Link to BTS. Please remove it. The link should not contain a "/" at the end.
And second, please make sure that the base URL of your Azure DevOps is "https://dev.azure.com". For now we only support it.

@Alexandr-Kislov thank you for responding, just tried by giving my PAT (full acess rights token). But im not able to connect. receiving 409 error code
image

First of all, as I see it, you have a "/" at the end of your Link to BTS. Please remove it. The link should not contain a "/" at the end. And second, please make sure that the base URL of your Azure DevOps is "https://dev.azure.com". For now we only support it.

@Alexandr-Kislov thank you for updating, my azure devops doesnt start with 'dev.azure.com'. i am closing this issue