Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
728 views
in Technique[技术] by (71.8m points)

accessibility insights - Cannot use microsoft.visualstudio.com/<team name here> in the Auto Issue Filer

I am trying to file issues automatically via the automatic issue filer. Using my Azure Boards project URL which is https://microsoft.visualstudio.com/.

I get a server error:

"Server error - Invalid argument value. Parameter name: typeNames"

Please help. Thanks.

question from:https://stackoverflow.com/questions/66054767/cannot-use-microsoft-visualstudio-com-team-name-here-in-the-auto-issue-filer

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

I'm a software engineer on the accessibility insights team. This looks like a bug in our issue filing code. We make some assumptions about the types of work items available on the ADO project, so issue filing will fail if the types are not valid. In this case, we're trying to create an "Issue" work item, but that isn't a valid work item type for your project.

I've opened a bug in our github repo, which our team will triage and decide how to handle. As a possible workaround in the meantime, you could try configuring issue filing to use the "repro steps" field instead of "description". This will create a Bug instead of an Issue, so it should succeed if your project allows Bug work items.

Edit: As noted in the github issue, we have received similar issues before, which we resolved by noting the bug/issue distinction in our documentation. Could you let us know if this (and using the "repro steps" option) unblocks you in your use case?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...