How to update task status using Zoho projects API
Hi there. I'd like to use the API to update the status of tasks. I am aware of the POST /restapi/portal/[PORTALID]/projects/[PROJECTID]/tasks/[TASKID]/ endpoint and the custom_status field that can be sent with the request. However I am looking to only
Zoho Projects API fails to update integrated field
I would like to update via API a Projects' project custom field, which is an integrated_field with Zoho CRM Accounts module. I identified the custom field identifier via the GET custom fields info api call, as described here. The custom field has id "UDF_TEXT1".
upload a file in a bug or issues in using zoho projects
Hi Team, Can you tell me how to upload a file or attachment in issues using zoho rest api from postman
How to update custom fields in project details for Zoho Projects through deluge
Hi, I found this resource Project Manager System | Projects API :Zoho Projects but I can't figure out how to update my dashboard details. I have a custom field called "Actual Invoiced" that I would like to update with a custom value through a workflow
@Mentions through API
Good Morning, I'm looking into the Zoho Projects API, and noticed you can create comments for a given task. We're given two fields, the content and uploaddoc. If I wanted to @mention someone via this method, how would I go about doing so? Since it's auto
Zoho Projects API Functional Example in C#
I'm trying to use the manuals, but i have the error below: { "error": { "code": 6891, "message": "Given URL is wrong" } } Url: https://projectsapi.zoho.com/restapi/portals Header: "Authorization": "bearer token" Can someone help
Is it possible to assign a user to a project via the API?
I didn't see an option in the Project API, but there is something in the Books API. Any suggestions?
Update Task List from Template
Hello Zoho, I am working on creating a template in Zoho that will be used for all of the projects we currently have and will have in the future, the issue im running into that is we will start a project and use the template, but then in the future when
Add Task General Error 6500
Hello, I'm trying to create a task following the guidelines on the API spec, but I can't get it to work. I tried several methidsbut I'm not getting significant enough infomation to figure out what's going on. I tried POSTing the required fields (with and without &flag=internal attached) to: https://projectsapi.zoho.com/restapi/portal/xxxxxxxx/projects/xxxxxxxxxxxxxxx/tasks/?authtoken=xxxxxxxxxxxxxxxxxxx Payload: { "person_responsible": xxxx, "tasklist_id": xxxxxxxxxxxxxxxxxxxx, "name":
Invalid Ticket issue in Project API
I am getting error of invalid ticket for all token. URL https://projectsapi.zoho.com/restapi/portal/evincetest/projects/?authtoken=1000.152c87e89e86900a6bbc346e7c8b2de8.b44b90746c3483898cfee6076e449eb7 "error": { "code": 6890, "message": "Invalid Ticket" }
Embed form on my website to get tickets from my clients
Hello all, I want to create a form for my clients on my website, which they can fill and create tickets automatically in Zoho projects under one project say "Client support". Can it be done. I was using 'active colab' earlier and it had such service. see this http://www.bosshi.com/client-area/submit-a-ticket/ Thanks, Jo
Get daily time logs (Hours) of user in project.
We need to get daily hours instead of grand total. Is there any way? I'm able to get all time logs of user in current project using GetTimeLogs() method but we want daily timelogs. We are using zoho project C# APIs. Please suggest. Thank you.
Zoho Projects Webhook fails with HTTP Error 0
Hello Zoho Community, I am pulling my hair out over this one. I have setup a very basic http(s) server that always responds "ok" and code 200 to incoming GET requests. It will accept any parameters, and any path. Really, all it does is say "ok," and log
Zoho Projects API 100 requests/2 min. Limit
Hi Requesting clarification on the API documentation. "You can invoke or call an API for 100 times in a span of two minutes. If you invoke more than 100 times, the particular API request will be locked for the next 30 minutes. " Does this limit apply
Recently started getting General Error 6500 in Zoho Projects API
Hello. We have a program that loops through a list of a few of our projects and fetches the time logs. This was working for a few months, but about a day or two ago, we noticed that the time entries are no longer being returned. When I run our script manually, I see all the API calls are returning a General Error 6500. I thought this could be due to the API call limit so I tried with a newly-generated auth token and it worked at first, but when I tried again I see the errors. Strangely it sometimes
Clone a project
To whom it may concern, I did a quick search of the forum and found nothing relating to this idea, so am posting fresh. The service that our company provides means that we follow an essentially identical process for each new job, and this includes the time frames for each stage. Ideally we would have a complete "template" project, with all the task lists and tasks in place with associated start dates, due dates (and by extension, duration) and - most importantly - the dependencies between tasks so
Zoho Projects Clients API NOT WORKING
Hi I'm trying to use the Zoho Projects Clients API to get my portal clients, but the API seems to be not working. I get a "Page not Found" HTML as a response: client = invokeurl [ url: "https://projectsapi.zoho.com/portal/portalID/clients" type :GET connection:"projects"
Dynamically get Project Template ID (for Zoho Projects) in Zoho Flow
Good afternoon, I'm trying to create a new project with the Zoho Projects API, when adding a new Contact in Zoho CRM. For this I am using Zoho Flow and I need to insert the "template_id". This id is visible inside the url in Zoho Projects, in this case
Can't Add A Comment To Project Using Deluge Function
Hi, I'm trying to add a comment to a project using a function in CRM but I can't find any examples of how to do that. I set up a Flow to add a comment to a project triggered on a field in the CRM but I would like to do it in conjunction with a function
Use Task List from a Project Template when creating a new Task List with the API
It's possible to use a task list from a project template when manually setting it up, however it is not currently possible to do the same when it's being created through the API. Could you please allow it?
Zoho projects API - logs
Hi I am able to retrieve time logs for a specific month via the API but when a try to use a date range I get a "BadRequest" error. I am sure there is a problem with the GET syntax. Please can you provide some guidance? Below is the GET request I am sending.
Update Status via Deluge
Hello, Im trying to update some tasks status via API but its not working. heres the too codes i've already trying (besides a lot more): values_map = Map(); values_map.put("status",input.Status); response = zoho.projects.update("roboplan",input.Project_ID,"tasks",input.Task_ID,values_map); info response; The second i've tryed was this: (because i've noticed that "status" haves more maps inside. values_map = Map(); values_map.put("name",input.Status); status_map = {"status":values_map}; response =
Unable to add new task via API - Input Parameter Missing
I'm following the spec at http://www.zoho.com/projects/developers/tasklists-api.html#7 to Add a new task to a Project Task list - I think I have all of the required form items populated based on the provided sample,but I'm getting an error: {"code":6831,"message":"Input Parameter missing"} https://projectsapi.zoho.com/portal/{PortalName}/api/private/xml/task/add?apikey={ApiKey}&ticket={Ticket} projId=f8044dc4a76d2d98e298090ee4ab5d05b3711e3d6848763c, personresponsible=aee2293d0f655f48, listId=f8044dc4a76d2d986e2974ab7fd72a8b6755b1c1035e80e0,
Zoho Projects webhook
I need to create a webhook that will trigger when a project status changes. I see there are webhooks for issues and tasks but none for projects. Is there a way to create this kind of webhook?
Power BI connector (Zoho Creator) to Zoho Projects
How can i connect power bi to Zoho Projects? domain is zoho.com How can i find workspace name, application link name and Report link name?
How do I associate a custom function with a task workflow
Trying to set up the Milestone Autocomplete Custom Function. I think I have the parameters set, but the description includes this comment: "Function has to be associated with task workflow which executes when the status field is updated." What does that
Integrate Jira with Projects
Hi I am considering integrating Jira tickets with zoho projects. For each ticket open in jira, i would like a new task to be added to the zoho project. Everytime a ticket is closed the task is marked as complete. If updates are recorded in jira, would
Time Tracking API
Hi, Is there an API available for time tracking? Thanks.
General Error in API
Hello, I'm trying to get a Refresh Token via the zoho API. I followed the documentation but all I get is a general error. What I did: 1. Create Self Client in zoho Developer Console 2. Copy Client ID/Client Secret 3. Created a code with the needed scope
Zoho Projects API - Searching Projects by Custom Field
Hi How can I search all projects by a custom field? I can confirm that using the search_term parameter as documented here does not work for me: https://www.zoho.com/projects/help/rest-api/search-api.html#alink3 My search term is "22424", which corresponds
2 fields are not updating while creating project from crm into projects
Hi, I am trying to get api names of custom fields in zoho projects as i have added 2 custom fields. one is lookup field and other is single line field. so, from crm using invoke url i get the api names of zoho projects api names of that fields ; but still
Zoho Projects API Milestones "My Milestones" JSON Array?
Hi When getting "My Milestones", the request parameters for project_ids and status need to be a "JSON Array". What is the correct format for this parameter? Could you please provide working examples? All I get is "Invalid JSON syntax" or no response every
Webhooks
Hi I want to know if you have in roadmap webhooks to send notification to external applications like Hipchat or Slack. Thansk
I want to update a task in zoho project api
I want to update a task in zoho project api. I am passing custom item values but it is not updating properly. How do I pass the value to update? I am attaching a picture, the value of Body is dummy. My guess is that it is because of the way the Body value
Input Parameter Missing - Associate multiple teams to a project
Hi, I am trying to assign multiple Teams to a project via the API. Using the documented 'POST /restapi/portal/[PORTALID]+/usergroups/associategroups/' method, the error '{"error":{"code":6891,"message":"Given URL is wrong"}}' is returned. Assuming the
Zoho Projects Timesheets API - Does fetch_by_modifiedtime work?
Does fetch_by_modifiedtime work? I have a couple of logs that where created on 7/15/2022, but has a date of 6/30/2022. When I use Get All Time Logs, I can only see them if I use the 6/30 date.
Assigning A Custom Field Picklist Value Via API
Hey everyone, I have a project that has a custom layout with custom fields (shocker). I can update simple custom fields just fine, however a handful of these fields are Picklists, of which I seemingly cannot assign values to through the API. I've tried
Need to push zoho creator data into zoho projects
Anyone?
Updating a Project's Email Alias via API
Good Morning, I'm looking to update a Zoho Project's Email Alias through the API, but cannot find mention of that field specifically. Is this a custom field I need to build, or is there a specific parameter I can pass through? Thanks!
Get All Tasks Request - Range Parameter Limit?
Hello! I'm using the request to get all Tasks for a given project found here: https://www.zoho.com/projects/help/rest-api/tasks-api.html#alink1 I'm using the optional range parameter to try to get every last task available to me (ie. 500 or 1000). However,
Next Page