If you’ve worked with GitHub before, you already know that the easiest way to accomplish that is by using GitHub webhooks, and whenever a suggestion is added to the issue tracker, we can parse it and log a new item in VSTS. Info ( "Task is executing further to create a VSTS item..." ); string comment = "{ \"body\": \"Failed to submit internal item.\" }" ; string label = "[ \"failed-logged-request\" ]" ; try { var vstsItemUrl = await CreateVstsCustomerSuggestion ( payload .