Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
aspnet-hello opened this issue Mar 13, 2018 · 3 comments

Comments

@aspnet-hello
Copy link

From @NenoLoje on Sunday, June 11, 2017 2:22:10 PM

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

Copied from original issue: aspnet/WebHooks#143

@aspnet-hello
Copy link
Author

From @dougbu on Tuesday, November 28, 2017 3:19:54 PM

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

@aspnet-hello
Copy link
Author

From @danroth27 on Tuesday, December 12, 2017 3:01:14 PM

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

@aspnet-hello
Copy link
Author

From @dougbu on Tuesday, January 16, 2018 3:11:50 PM

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant