Sign in to participate
Be Kind, Be Helpful
Ask a question, answer a question, and get to know the fine people in the Harvest community.
This is the user page for andrew@echidna.ca
Last seen 7 months ago
RE: Assign Tasks to Projects via the API IN: API and Developers
I am looking for a API call that allows me to attach a task to a project.
I am looking to loop through about 100 projects and add the task. Getting projects and looping is no problem, I also have my task-id to add but can’t find in the API how to add the task.
RE: Project API IN: API and Developers
You will need to loop through all projects and filter by the active field. I have not found a way to use a query to filter based on the active flag.