Currently I am working on AtTask integration with my application. I have a scenario where I need to add some custom_fields with project.
So I start with adding one custom_form with required fields and attached to project while creating project through rest API I am adding these custom_fields value as well. I am able see those custom_fields added with project by hitting get request for given projectID.
GET attask/api/project/5587fbca00037fb6b6541ce85f328654?apiKey=xxxx&fields=parameterValues,categoryID
Now I have one scenario where I need to update these custom_fields for given projectID by rest API post request. So that it will be in sync with my app project and Workfront project's custom fields.
Any help will be highly appreciated.