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

83 Views Asked by At

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

I get a server error:

Server error - Invalid argument value. Parameter name: typeNames

1

There are 1 best solutions below

3
On

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?