Skip to content
This repository has been archived by the owner on Oct 18, 2018. It is now read-only.

[WebHooks.Receivers.VSTS] WorkItemUpdatedFields is limited to a few predefined system fields #143

Closed
NenoLoje opened this issue Jun 11, 2017 · 5 comments

Comments

@NenoLoje
Copy link

This issue is for: Microsoft.AspNet.WebHooks.Receivers.VSTS

The WorkItemUpdatedFields class has 9 fields defined.

VSTS offers many more fields (system and custom ones) that could be part of this event as well. This does not seem to be implemented currently.

Questions:

  1. How can I access other custom fields? Any plans to extend this class?
  2. Would you be willing to accept PRs for other built-in system fields (like `System.IterationPath``)?

Thanks,
--Neno

@Eilon Eilon added the receivers label Aug 8, 2017
@dougbu
Copy link
Member

dougbu commented Nov 28, 2017

Suggest binding to a JObject and using the WebHookReceiverContext to get that type.

@danroth27
Copy link
Member

We should look at improving this experience for ASP.NET Core as part of #182

@dougbu dougbu added this to the Backlog milestone Jan 16, 2018
@dougbu
Copy link
Member

dougbu commented Jan 16, 2018

Pending work on #182, marking this up-for-grabs and putting it into the Backlog. If someone has VSTS fields e.g. @NenoLoje's System.IterationPath they would like to add, send a PR.

@aspnet-hello
Copy link

This issue was copied to aspnet/AspNetWebHooks#20

@aspnet-hello
Copy link

This issue was moved to aspnet/AspLabs#51

@aspnet aspnet locked and limited conversation to collaborators Oct 17, 2018
@aspnet-hello aspnet-hello removed this from the Backlog milestone Oct 17, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants