Problems:
  • When we have 10 Custom Fields to set on a task we need to call 10 times the API. It's time consuming & annoying.
  • In order to set a custom field, we need to know its ID + the ID of the values. It's difficult to find them ...
Potential Solutions:
  • Update the API to allow us to update multiple custom fields with 1 API call & within the createTask method
  • Let us set a unique custom ID on the custom fields we create + their values so we can use them in our API calls OR add a section in the admin where we can easily retrieve the IDs.