-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add Discovery with custom fields #5
Comments
This has been painful, created some custom fields trying to work through this via the API here's my own notes ZohoSprints allows for Custom Fields, to get this data via the API a query like this works https://sprintsapi.zoho.com/zsapi/team/758947948/projects/114398000000003959/item/no-3/?action=details In the itemprop section of this response the custom fields are UDF_CHAR2, and UDF_RELEASE1
Querying the itme through the full list of items using Doesn't list the custom fields in the response anywhere. Scope to use: |
In the hunt for the best way to get custom field values (https://sprints.zoho.com/apidoc.html#Getmultipleitemdetails) doesn't work either. You can pass in any number of ITEM ids, but item props doesn't include custom information
|
https://sprintsapi.zoho.com/zsapi/team/{{teamId}}/projects/{{projectId}}/?action=itemcfields Pulls the list of custom fields on the project, but still not enough (Documenting all of this as I keep trying in different ways to get this) |
Going to generate this for Items at a minimum to add the record object, related to the fix for #15 |
|
Going to use https://sdk.meltano.com/en/latest/code_samples.html#dynamically-discovering-schema-for-a-stream Generate schema from a static list of fields, and add a list of fields from each projects custom field call https://sprintsapi.zoho.com/zsapi/team/{{teamId}}/projects/{{projectId}}/?action=itemcfields |
No description provided.
The text was updated successfully, but these errors were encountered: