How to set Predecessors using Zoho Projects API ?
Is there a way to set Predecessors using Zoho Projects API ?I am looking at the API Documentation here : https://www.zoho.com/projects/developers/zohoprojectsapi.html but there seems to be no option for this.
Sub Tasks in Zoho Projects API
Hello, I’m working with Zoho projects API and I have a problem when I try know the difference between a task and subtask into the projects task list. I need to know if one task is a task or subtask. Thank’s I’m using next code: <form method="post" action="https://projectsapi.zoho.com/portal/torrentclosures/api/private/xml/tasks?authtoken=xxxxxxxxxxxxxxxxxxxxxxxxx"> Project Id:<input type="text" name="projId" value="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"> Flag:<input type="hidden" name="flag" value="allflag">
How to retrieve ALL of a user's projects?
Using the API to retrieve a user's projects (from here), I am able to retrieve only a maximum of 10 projects. How can I retrieve ALL of a given user's projects?
Add User API call
Hello! Is there any possibility to add users using API calls?
Sub Tasks in Zoho Projects API
Hello, I’m working with Zoho projects API and I have a problem when I try know the difference between a task and subtask into the projects task list. I need to know if one task is a task or subtask. Thank’s I’m using next code: <form method="post" action="https://projectsapi.zoho.com/portal/torrentclosures/api/private/xml/tasks?authtoken=xxxxxxxxxxxxxxxxxxxxxx"> Project Id:<input type="text" name="projId" value="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"> Flag:<input type="hidden" name="flag" value="allflag">
Zoho Projects Won't Activate
I'm in a 15 day trial of the professional version and can't get projects to activate. I add the correct key and email and click "activate now" but nothing happens. Can I not get it with the trial maybe?
Zoho Projects PHP Class
I've created a PHP class that makes most of the Project API methods more easily accessible in PHP. It utilizes cURL libraries for the cross server communication. Google Code Repository Please feel free to fork it/ improve it / extend it / etc... Please also respect the Apache License It does not yet include any of the time tracking API methods. It's on my todo list, I just haven't found the time (and I don't know about anyone else, but I have trouble getting my users to log their time anyway).
Task Hierarchy
Hello, I just imported a Microsoft Project File and all tasks are in a tasklist as hierarchy, how can I get the hierarchy level of each task from Projects API? Best Regards.
How do you create a link to zoho?
Hi, Im trying to create a hyperlink that links to the zoho interface like this: https://projects.zoho.com/portal/hoppinger#dashboard/411028000000zzzzzz Is there a way to create that link from the projectid you recieve from the api? I can't seem to figure out how..
Task is ignoring mstatus parameter
When I try to obtain the "notcompleted" taks from bellow URL I get all tasks (completed and notcompleted) https://projectsapi.zoho.com/portal/{PortalName}/api/private/xml/tasks Parameters: dispType: upcoming flag: allflag mstatus: notcompleted projId: [...] uname: all Regards.
Retrieving all project from Zoho Projects
Using the API to fetch all the projects of a user (from here) and not specifying any range, the JSON response returns only a maximum of 10 projects.What do I have to do to receive all of the user's projects?
Displaying API output
Greetings all! I can setup getting the json/xml output just fine, I just have no idea how to format it on my website. I would like to understand how to setup on a basic html page as well as a WordPress website. Any resources anyone can suggest?
Add attached file to the Bug
Hello, How can attach a file (screenshot for example) when a create a bug Thanks
API PROJECT : Attributes ID List
Hi, I want to create a Bug, How can I get the list of possible statusid classificationid severityid moduleid It changes from project to another For example : the severityid of "Major" change from project to another Thanks in advance
Question about getting bugs from the api
Hello, At the moment im building a script te create a csv file with all bugs that are not closed for a certain set of projects. Is it possible to request only the bugs of a project that are open? If not i will have to make quite a bit off calls to retrieve ALL bugs of the projects i want and then exclude all the bugs that are closed. Ofcourse this will work, but it'd be great not haveing to do those extra requests :) That being said, creating a export like this will require me to make around 30 requests
Access all data from a portal via the api
Hi, I've been using the api for a few days and have discovered that the authcode is only for a single user, I can't get access to any other data on the portal. Is it possible to get this extra data? I want to be able to get all projects and timesheets for all users of a single portal. Thanks, Kirk
Problem getting all Projects
I am able to get only 10 projects when I call the API, regardless of the parameters I pass. We have a lot more projects than this. What do I have to do to get ALL of our projects?
How to tell whether duration is in hours or days?
The tasks API call doesn't appear to provide start date, nor does it appear to provide any indicator telling if the duration is in days or hours.
Two-Way Google Calendar
I know this is not already in place - so here's the suggestion: would like to subscribe to a Google Calendar from within Zoho Projects. Currently it's only one way - Zoho to Google. Another step up from that would be some sort of full CalDav connection to Google Calendar so that one could set up appointments or change dates from either location. thanks! clark
Zoho Projects API with CURL help
Hi, I am trying to make a remote api call but I don’t get any response. Here’s the php code I am using to test with: $url = 'https://projectsapi.zoho.com/portal/jspotless/api/private/json/add?authtoken=myAuthToken'; $vars = array( 'projTitle' => ’test', 'projDesc' => ’test' ); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch,
C# Code for Zoho Projects API for Developers
Hi, Is there any code spinet for Zoho Projects API for Developers? I want to add bug and read bus from zoho. Thanks Abhijit Desai Vishwayon Software
subtasks
Good day! Zoho project testing a free version for one project. This version works feature subtasks
Problema para acceder a los datos de la API
Hola, estoy intentando obtener mediante la API portales de usuario, con lo cual luego de generar el autotoken. pongo en el navegador lo siguiente: https://projectsapi.zoho.com/api/private/xml/dashbs/getportals?authtoken=c70302df229b3c75ddb9340a3df50cd8 Y cuando carga me queda en blanco la pagina no me devuelve el xml que le pido. ¿Alguien sabe porque ocurre esto? Saludos
Problemas para obtener datos de la API
Hola, estoy intentando obtener mediante la API portales de usuario, con lo cual luego de generar el autotoken. pongo en el navegador lo siguiente: https://projectsapi.zoho.com/api/private/xml/dashbs/getportals?authtoken=c70302df229b3c75ddb9340a3df50cd8 Y cuando carga me queda en blanco la pagina no me devuelve el xml que le pido. ¿Alguien sabe porque ocurre esto? Saludos
Need to save image
Hello all, I got the download link from zoho project API. like " https://projects.zoho.com/portal/jigpatel/saveAttachment/New_Changes.png?file=dafeadb34ad83c275fe2adf332234549512ea65808268c0b363ac14d75338fa8" I want to save this image on my server by running cron job on my server. can you please help me in that ?
How to attach document in TaskNote ?
Hello , I want to attach document in tasknote as well as want to get attached document with tasknote in zoho projects via API with PHP . I am using this For add TaskNote $url ="https://projects.zoho.com/portal/".PORTAL."/api/private/json/task/addnotes?apikey=".API_KEY."&ticket=".$this->ticket; For get TaskNote $url ="https://projects.zoho.com/portal/".PORTAL."/api/private/json/task/getnotes?apikey=".API_KEY."&ticket=".$this->ticket; Please help me. Thanks !
Problem in saving attached image with task in ZOHO PROJECT API for PHP.
Hello , I am using zoho project API i my PHP project . I got full download path like "https://projects.zoho.com/portal/jigpatel/saveAttachment/New_Changes.png?file=ac27703bbe794cae5fe2adf332234549512ea65808268c0b363ac14d75338fa8" but it can't download without login. In my application i need to download all images first to my server. so,can any one done this before in PHP ? Please help me to solve out this. Thanks !
Adding new Task - API dont take the date
Hello guys, i have implemented the zoho api in my java program. My Problem is adding the taskdate and the duration over the my program. date format is date MM-dd-yyyy and the duration is only integer, right? My program add the tasks, but without Startdate and the duration. Can someone help me? By the way, adding milestones with this date format work correctly. snapshot controller: public String addTask(String todotask, String taskdate,String taskduration,String percentcomplete,String priority){ String
User email via api
Is there any way to get all users of a project with user's email by api?
Zoho CRM - Zoho Projects
According the the user guide, you can associate a Zoho Project with an Account, Contact or Potential record in Zoho CRM. How come it's not possible to associate a record with a SalesOrder? Here's an example scenario: Lets assume I'm an SEO consultant offering several packages. Customer chooses a package (in the CRM I attach a new Sales Order to my customer's CRM account record) Now I need to manage the SEO process using Zoho Projects. Using this scenario, Wouldn't it make sense for me to be able
About zoho api
we can't find all user time sheet by using manager authtoken we are abel only particular user's authtoken and get result for particular user and project i want all user time sheet using admin or manager authtoken.only single request, if any one knows pls help me.
Changes in project api?
Hi, have there recently been changes in the api? My http request does not work anymore at the point were I insert new milestones. It worked before however and I can't figure out why and what I need to change at my code. If I use the html forms it works. Thank you for any suggestions. Olaf ----- HttpURLConnection connection = (HttpURLConnection) url.openConnection(); connection.setRequestMethod( "POST" ); connection.setDoInput( true ); connection.setDoOutput( true
Add new document using API in java
I'm using java client to upload new document. I'm using following code. MultipartEntity entity = new MultipartEntity(); entity.addPart("authtoken", new StringBody(authToken)); entity.addPart("projId", new StringBody(projectId)); entity.addPart("docname", new StringBody(docName)); entity.addPart("folderid", new StringBody(folderId)); entity.addPart("tags", new StringBody(tag)); ByteArrayBody bab = new
Can I create a New User?
We've a requirement to create new user and assign that user to existing project. Do we've this facility in Zoho Projects?
Zoho Project: New vs Old
Dear Zoho Team, I've been using zoho projects since August 2012 and has been promoting it among the multiple teams I work with as well as partners and friends. It use to be very simple, quick and fast. After you have upgraded, I tried to be pacient and get used to the new version, however, now I'm thinking seriously of looking for a new tool provider. Here are few of the things that really annoy me in the new version: Task Lists: with slow connection, I need to refresh the page any times in order
Do DELUGE scripts run in Zoho Projects
Working in Projects, we're wanting to have an automatic scheduling rule for start and due dates of specific tasks, based upon the due date of our "master" task. Is there a way to create this rule with CREATOR? Thanks, Davey
Task subtasks
Hello there, So far enjoying the API and everything seems to be working quite well! My only issue so far is Sub-tasks. I cant seem to be able to identify the hierarchy of tasks, is there a way to do that? My other idea was to somehow store data in Task's comment section, however that information doesnt show up in task's info as well. Any help is appreciated.
Getting User roles from zoho projects api
Can we get the all users with roles assigned for whole portal through api ? Help in this ....
How do I update the status of a bug?
The bugupdate method does not appear to support setting the statusid field. How would I set that field via the Bug API?
How do I get access to the Description of a bug?
Neither getprojbugs nor getbuginfo returns the bug description. How do I get the description for a bug?
Next Page