I added a custom field and would like to tell the project to apply a sort by ascending on the custom field/column. Is there a way?
Welcome to the forum, @Marc_Bass. Are you asking to apply that sort to a view in the project (in the UI)? If so, I don’t believe that’s possible (you can’t really do anything with project views in the API, to my knowledge). If it’s something else, could you expand a bit?
Hi @Marc_Bass , if you’re referring to the order of items in API responses, please note that the API does not guarantee a predefined ordering, it is expected from the consumer to apply whatever sorting or ordering logic is needed.
No it’s precisely that. That confirms my suspicions. No control over views at all? That’s unfortunate. Thank you for taking time to answer.