Is there a way that I can set the user’s name when creating a note using the Custom Fields API?
We are using the notes-api to create a note on behalf of an identified user. Putting the user’s email address into the user object creates a user in Productboard, but I cannot find any way to set name of the user without looping trough all users.
I would say an easy enhancement to the api would be the following:
- Add name to the note.user object when creating a note
- Extend GET users with query-parameters for external_id and email allowing PATCH /user/{id} to be used as an alternative