microsoft / vsts-extension-multivalue-control

A work item form control which allows selection of multiple values.
MIT License
47 stars 45 forks source link

The input ID "Impacted Portfolio" does not exist in contribution #72

Closed PierreDony closed 5 years ago

PierreDony commented 5 years ago

VS403118: The input ID "Impacted Portfolio" does not exist in contribution "ms-devlabs.vsts-extensions-multivalue-control.multivalue-form-control"

ostreifel commented 5 years ago

It sounds like the label and the id have been swapped.

Make sure to use the id

ms-devlabs.vsts-extensions-multivalue-control.multivalue-form-control
PierreDony commented 5 years ago

Customer tried the solution but I now is getting a different error message.

VS403121: Extension(s) "ms-devlabs.vsts-extensions-multivalue-control.multivalue-form-control" does not exist , or has no work item form contribution.

Does he have to include page and group contribution as per: https://docs.microsoft.com/en-us/azure/devops/extend/develop/configure-workitemform-extensions?view=vsts

Thanks, Pierre Sent from Mailhttps://go.microsoft.com/fwlink/?LinkId=550986 for Windows 10


From: Otto Streifel notifications@github.com Sent: Friday, October 12, 2018 2:53:02 PM To: Microsoft/vsts-extension-multivalue-control Cc: Pierre Donyegro; Author Subject: Re: [Microsoft/vsts-extension-multivalue-control] The input ID "Impacted Portfolio" does not exist in contribution (#72)

It sounds like the label and the id have been swappedhttps://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FMicrosoft%2Fvsts-extension-multivalue-control%2Fblob%2Fmaster%2Fxmldetails.md&data=02%7C01%7CPierre.Donyegro%40microsoft.com%7Cba177c2f90874af4f60208d63073f086%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636749671849585696&sdata=MbWzqmO6sO5XaiLpp7qhA3pStUNye92SohutbcT%2FvbE%3D&reserved=0.

Make sure to use the id

ms-devlabs.vsts-extensions-multivalue-control.multivalue-form-control

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FMicrosoft%2Fvsts-extension-multivalue-control%2Fissues%2F72%23issuecomment-429425069&data=02%7C01%7CPierre.Donyegro%40microsoft.com%7Cba177c2f90874af4f60208d63073f086%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636749671849595701&sdata=g6ySHbuv%2F7gLqRd1RWg9loewEWL9BSc0ixPca6skCiI%3D&reserved=0, or mute the threadhttps://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAD9nom7Ebvkphmepmjo34T7IdOlB6yJQks5ukOUOgaJpZM4XZm4q&data=02%7C01%7CPierre.Donyegro%40microsoft.com%7Cba177c2f90874af4f60208d63073f086%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636749671849595701&sdata=wT1wmAA67Spi0K036IkKUEutIpZdZHAVeLcgvmxWISo%3D&reserved=0.

ostreifel commented 5 years ago

From the error message it sounds like the contribution id is being used in place the the extension id

More details can be found here

image