Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
732 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 Reply

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?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...