-
Notifications
You must be signed in to change notification settings - Fork 88
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
integrate-boards throws NullReferenceException #1251
Comments
👋 thanks for filing an issue. So the problem here is the ADO token, it needs to have access to all organizations otherwise the |
@ArinGhazarian Yes I think I came across that. The token does have full access - please see reproduction steps. Unfortunately not working. (Thank you for creating a task about improving the help text, this is definitely out-of-date.) |
@dylan-smith Tested this again and unfortunately still getting the same behaviour. Token is configured like this: By the way, I am Organization Owner, Project Collection Administrator, and Project Administrator. |
Best way to get additional help is to create a GitHub support ticket. Not sure off the top of my head why this would happen. |
@dylan-smith @ArinGhazarian The cause of this was user error (missing GitHub connection in ADO). However the unhelpful error message wasted a lot of time. So I've created a PR for this. Unfortunately i'm not able to reopen this issue. |
Description
Running the command:
gh ado2gh integrate-boards --ado-org "ORGNAME" --ado-team-project "Project Name" --github-org "_GitHub Org Name_" --github-repo "_GitHub Repo Name_"
Fails with:
Reproduction Steps
As above, using:
The text was updated successfully, but these errors were encountered: