Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug][Azure DevOps Go] Add new scope config error #7448

Closed
2 of 3 tasks
ArtRout1313 opened this issue May 9, 2024 · 3 comments
Closed
2 of 3 tasks

[Bug][Azure DevOps Go] Add new scope config error #7448

ArtRout1313 opened this issue May 9, 2024 · 3 comments
Labels
type/bug This issue is a bug

Comments

@ArtRout1313
Copy link

Search before asking

  • I had searched in the issues and found no similar issues.

What happened

For new a project with a new 'Azure DevOps Go' connection, try to add a new Scope Config and get an error page:

Screenshot 2024-05-09 at 19 51 59 Screenshot 2024-05-09 at 19 51 40

What do you expect to happen

Expect to see the 'Add Scope Config' popup window

How to reproduce

  1. Create a new project
  2. Create a new Azure DevOps Go connection
  3. Test connection
  4. Select repos from the connection
  5. Open Edit Scope Config Page
  6. Push the 'Associate Scope Config' link or button
  7. Push the 'Add New Scope Config' button
  8. Got an error

Anything else

No response

Version

v1.0.0-beta1@60faf14

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@ArtRout1313 ArtRout1313 added the type/bug This issue is a bug label May 9, 2024
@mr-ks
Copy link
Contributor

mr-ks commented May 9, 2024

Thanks for reporting, I'll take a look at it.

@mr-ks
Copy link
Contributor

mr-ks commented May 11, 2024

The problem you are encountering is due to a missing configuration value. The frontend is failing because it cannot read the transformation documentation. The problem is fixed with this commit [2bb8267](

AZUREDEVOPS_GO: {
BASIS: 'https://devlake.apache.org/docs/Configuration/AzureDevOps',
RATE_LIMIT: 'https://devlake.apache.org/docs/Configuration/AzureDevOps/#custom-rate-limit-optional',
AUTH_TOKEN: 'https://devlake.apache.org/docs/Configuration/AzureDevOps#auth-tokens',
TRANSFORMATION:
'https://devlake.apache.org/docs/Configuration/AzureDevOps#step-3---adding-transformation-rules-optional',
},
)

@ArtRout1313
Copy link
Author

@mr-ks - Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug This issue is a bug
Projects
None yet
Development

No branches or pull requests

2 participants