Bug API documentation for "How to get list of all bug severity values in a project?" is incorrect
Documentation is the same as for getting project statuses.
How do I access the attachments of a bug?
Bug API = GREAT! Now, how do get access to the attachments associated with a bug? Will you also provide a way to download the attachments. Thanks
Can not create a forum message (debug trace included)!
Here is the HTTP level trace of what my httpclient is sending to your server. As far as I can tell all required fields are being sent. Why is Zoho server responding with 500 Internal Server Error? Please help! 2011/05/31 20:02:27:970 PDT [DEBUG] wire - >> "POST /portal/yoxel/api/private/xml/message/add?apikey=a<apikey>&ticket=<ticket> HTTP/1.1[EOL]" 2011/05/31 20:02:27:970 PDT [DEBUG] wire - >> "Accept: application/xml,application/xhtml+xml,text/html,text/plain[EOL]" 2011/05/31 20:02:27:970 PDT [DEBUG]
How do I access a Bug via the Projects API?
What is the specific way that I can query for all the bugs in a specific project? What would the response XML look like?
Is there an API for creating Zoho Projects Bugs?
I don't see any documentation for submitting bugs into Zoho Projects - http://www.zoho.com/projects/developers/zohoprojectsapi.html. Is this feature available?
Access to Bugs via Projects API
How do a get access to the bugs created under a project via the API? What does the response XML look like?
Remove Task Start Date via Zoho Projects API
Is it possible to remove/unset a Tasks Start Date via the Zoho Projects API I've tried to pass in an empty start date, duration of 0 but the Start date remains unchanged. Steve.
Zoho Project intranet integration
What is best way to achieve single sign on integration with Zoho Project? I want to avoid having the user sign on to the intranet and then have to sign on to Project
Problem in adding task list through API
Is milestone id is necessary to add the task list through API? If i add tasklist from site it not asking for it.
Odesk Integration with log hours in Zoho Projects
It would be really cool if the Zoho Projects would integrate with Odesk for a couple of things. 1. That we can create contractor users right out of ODesk and the ability to have the hours that the contractor logs in Odesk automatically update the Zoho projects hours log.
How to get all not completed Tasks?
Hi, I'm using the API to extract all tasks that are not completed. However, the function of the API is not able to retrieve only the "not completed" tasks. The API retrieves every Task. How to add some filters into the URL? I'm following the official documentation for using this function : http://www.zoho.com/projects/developers/tasklists-api.html#5. However, the documentation doesn't speak about such filter for having only the "not completed" tasks. Could you help me? Tanks
Incorrect Task List API documentation
FYI Under the parameter section for Getting All Task Lists it lists "projid" as a required parameter. http://www.zoho.com/projects/developers/tasklists-api.html#2 Passing in this parameter will give you a "Missing Input Parameter". The correct parameter should be "projId". Hopefully this will save others from wasting their time!
Inconsistent data/time format used in response xml
Can someone explain why different date/time formats are used throughout the API? We already try two (MM-dd-yyyy hh:mm and MM/dd/yyyy hh:mm) when parsing various xml responses and now I am encountering '29 May 2012 hh:mm'. Is there a way for us to control which format is returned to us? Why do the formats keep changing and not comply with the API doc, i.e. <proj_created>2009-10-20 17:08</proj_created> Working with this API is a real head ache. Please advise.
Zoho Project API - Adding Tasklist from Tasklist Templates
Is it possible to add a tasklist from the tasklist templates via API? If so, can you give the method reference? Thanks David
Trouble updating a task
I am trying to update a task using the API and running into problems. I tried doing a POST to https://projects.zoho.com/portal/fusionroom/api/private/json/task/update?apikey=XXX&ticket=bba3388115f69a58127bcf5efa391d69 With the following data fields: projId = 14f40c3524eb60cd9ca2f4280518ee3b6755b1c1035e80e0 personresponsible = 6d92ff6934a96d44 todotask = Test Task taskdate = 01-02-2013 taskid = 14f40c3524eb60cd2603ebabba02c65d2a292998f290dfc5 duration = 7 priority = None pcomplete = 0 I always recieve
Create Task with multiple owner
Hi, I'd like to create a task with multiple person responsible. How it's possible to write that in the request? If I follow the documentation : Owner<input type="text" name="personresponsible" value="">(loginid/userid) Basically, I write in my request that : personresponsible:3456768GHJ However, If I want to add another persone, what the separator that I need to use?comma? personresponsible:3456768GHJ,789078HFJS Don't work Thanks for you help
API always return 6500 - Internal Server Error while processing this request
I've register and get both API and ticket id. However, any calls from get login id to projects task list, I got same error: <response uri="/api/private/xml/dashbs/getlogin"><error><code>6500</code><message>Internal Server Error while processing this request</message></error></response> Is there anyone can help ? I've tried to change the api and ticket id to a wrong one and the system return a wrong api and ticket id message with this one. So, it should be the API and ticket id.
project API's
I am having trouble getting just about all the project api calls to work properly. They all are returning various errors for me. I know I have valid apiKeys and Tickets because I can get the "user login-id" ID to return the correct information. Here's me echo'ing the example code(php): echo"<form method='post' action='https://projects.zoho.com/api/private/json/dashbs/getportals?apikey=$apiKey&ticket=".ticket()."'> <input type='submit' value='Get Portals' ></form>";and here's the server response:
API - Logout is not working
I am seeing 'active sessions' even after issuing logout call. Following are the results of my logout call. # #Mon Jan 09 04:33:26 PST 2012 RESULT=TRUE I am using CURL to make a. login b. do some action c. logout. But I am seeing the active sessions even after logout. This is leading to maximum concurrent connection problem after a limit. I cannot reuse session as I am writing a stateless application.
Format of Notes in Timesheet entry
Hello I am trying to import timesheets from an existing program. I've been using: http://www.zoho.com/projects/developers/timesheet-api.html#2 I have a working example with a simple lognotes field. Something like: "Here is a note" works. What doesn't work is something more complicated like: -Here is a note ~some more stuff [blah] blah blah blah ~notes notes notes -notes notes notes The above returns a 500 server error after request. The above will work in the timesheet input page: https://projects.zoho.com/portal/{MYPORTAL}#mytimesheet
Surround task_notes' html with CDATA
I believe HTML in task notes need to be surrounded with CDATA otherwise XML parsers have trouble with the html properties: [org.xml.sax.SAXParseException: The entity "nbsp" was referenced, but not declared.] <TaskNoteDetail> <task_notes> Exactly what we needed.¬ Thank you so much Katy! ... Task Note Added </task_notes> ... </TaskNoteDetail>
Get User Login Id API call
On your website under http://www.zoho.com/projects/developers/projects-api.html#2 How to Get User Login Id ?The URL is listed as: https://projects.zoho.com/portal/{PortalName}/api/private/xml/dashbs/getlogin However when I try it. It gives General Error 6500. I accidentally tried changing the URL to https://projects.zoho.com/api/private/xml/dashbs/getlogin And it seems to work and returns the correct result. Is this the problem in your documention or is this something wrong how I am trying to access
Start/End Dates are not returned.
Hello, Our user has a bunch of tasks in their Zoho Projects portal that have start/end dates but when we pull them via the API those dates are not included! Can someone check and explain what is going on? Let me know if this info is enough to find the task in your database: <task_id>a64f4c091bac27f83c95a49cd14aa395e31670b709981ded</task_id> <task_title><![CDATA[Create Data Dictionary]]></task_title> <tasklist_id>a64f4c091bac27f83c95a49cd14aa395372ac796d45c2a32</tasklist_id> <tasklist_title><![CDATA[Implementation
MM/dd/yyyy vs. MM-dd-yyyy
I noticed that getProjectTasks(new-format) returns dates in MM/dd/yyyy format and getTaskById(new-format) returns dates as MM-dd-yyyy. quite inconvenient when parsing the xml.
What is the meaning of the "status" parameter in getProjectTasks?
I tried both status=completed and status=uncompleted and the result is not what I expect: Both results contain iscompleted=true and iscompleted=false tasks. Can you explain better this and other parameters of the getProjectTasks (new-format) method?
Set/Get Task Dependencies
Is there any way to use the API to set or get the dependencies for a task? Thanks.
Create contact/customer through api?
Is there a way to create a contact/customer for Zoho Projects through the api? I honestly havent used the software yet, but just dont want to start paying with it until I find out if its possible yet as its a required need of mine in order to have it sync with my other apps.
What are the rules for updating tasks pcomplete&duration?
I keep getting this error for certain combinations of pcomplete&duration? After a bunch of experiments I see that pcomplete can only be 10,20,30,...,100 and can't be 56 for example. Also pcomplete=100 does not make my task complete unless duration is 0. Are there any other rules? Is duration specified in days? Can I specify minutes? Is it a mandatory form parameter? <?xml version="1.0" encoding="UTF-8" ?> <response uri="/jsp/error.jsp"><error><code>6501</code><message>Input Parameter Doesnt Match
Adding Forum Comment: Input Parameter Exceeds Maximum Length?
My comment seems to be of a reasonable size. I don't understand why the server is complaining! projId=15301e67103a3795d91db262dbc69d00b3711e3d6848763c, messageId=15301e67103a379524883892d9757acf6755b1c1035e80e0, combody=<pre>Subject changed from 'test form msg' to 'test form msG'</pre> https://projects.zoho.com/portal/yoxel/api/private/xml/message/addcomment?apikey=...&ticket=... : HTTP/1.1 500 Internal Server Error <?xml version="1.0" encoding="UTF-8" ?> <response uri="/jsp/error.jsp"><error><code>6831</code><message>Input
Can't log time via Zoho Projects API
Hi, I try to submit and log time into Zoho Projects via API, but get 6500 error: <response uri="/jsp/error.jsp"> <error> <code>6500</code> <message>General Error</message> </error> </response> Here is my HTML file while I try to submit the form: <html> <head> <title>Zoho add log time</title> </head> <body> <form method="post" action="https://projects.zoho.com/portal/cohesion/api/private/xml/add?apikey=24b8ce1e287712345e4dc5c4f808cf1c&ticket=4a9ef27c9ad89341140dd40a30b1db3b"> ProjectId: <input
Get time log by date range
Hi Zoho Project, I can manage get time log via API. For example: <html> <head> <title>Zoho get time log</title> </head> <body> <form method="post" action="https://projects.zoho.com/portal/cohesion/api/private/xml/logs?apikey=24b8ce1e2877021111dc5c4f808cf1c&ticket=4a9ef27c9ad89341140dd40a30b1db3b"> Project Id <input type="text" name="projId" size="50" value="aca9ba8c0e6b20112e9dbad9c282fc72b882d17df01267ac"/><br /> <input type="submit" value="Get User Timelog"> </form> </body> </html> It will
Invoking Zoho Projects services via API failed, error 6501 returned
Hi Zoho Projects, I'm programming and testing Zoho Projects API. I have got apikey, also got the ticket following the instructions. However, when I try to invoke getportals service, I receive 6501 error (Input Parameter Doesnt Match the Pattern Specified). Can anyone shred some light on this? Here is the html I set up to invoke getportals service (apikey has been masked, not the real one): <!DOCTYPE html> <html> <head> <title>Zoho getportals</title> </head> <body> <form method="post" action=http://projects.zoho.com/api/private/xml/dashbs/getportals?apikey=111111111111111111111111111111&ticket=1a14d078de21d124f921713924a166fd">
Recurring Tasks
It would make SO much tense to have the ability to create recurring tasks...things that come up weekly and need to be "checked off". I mean, right now we can just leave it up a task and not give it a deadline, but that makes it hard to see just what needs to be done on a weekly basis. Thanks!
When does Ticket ID expire?
When does Ticket ID expire?
Parameters:
what is auditIndex? and What is index?
Can not update my own message.
I created a message and now try to update its title but get "Unauthorized Access". For tasks I usually get that one if I am not the author/owner but in this case the message is created by me. Any suggestions? 2011/06/15 17:41:49:288 PDT [DEBUG] wire - >> "POST /portal/yoxel/api/private/xml/message/update?apikey=...&ticket=... HTTP/1.1[EOL]" 2011/06/15 17:41:49:289 PDT [DEBUG] wire - >> "Accept: application/xml,application/xhtml+xml,text/html,text/plain[EOL]" 2011/06/15 17:41:49:290 PDT [DEBUG] wire
How to solve Zoho Project API > General error 6500 ?
Hello ! I am working on Zoho Projects API. I have got a Ticket id when sending an http post. Also I got an API Key from zoho...Now I am sending another http post request to get user portals. However I got the ff. respond... <error><code>6500</code><message>General error</message></error> Is there a problem with my API key? How can I know that API key is valid? Anybody may help? please !
Is the xml format correct for TaskNoteDetails?
Hi, First, I think the API doc for getting task notes is incorrect. I think it missed the tags encapsulating a list of TaskNoteDetail sections. I guess that would be <TaskNotesDetails></TaskNotesDetails> <TaskDetail> <TaskNotesDetail> ... </TaskNotesDetail> </TaskDetail> And actually what I see in return support my thinking. The only thing is that that tag is simply called <Details></Details> Seems to me like a bug in the xml generator where the intent was to print TaskNotesDetails but it
What is the definition of the <Details> section? Or is this a bug?
When getting tasks I see that <Details> section is used very differently. 1st it contains one owner description, then it contains TaskNoteDetail, and then TaskForumDetail. Is this correct? Seems that all those sections are quite different and possibly some prefix is missing in the PrefixDetails tag? <TaskDetails> <TaskDetail> <pcompletion>0</pcompletion> <todolistitem_title><![CDATA[subject new]]></todolistitem_title> <todolistitem_id>15301e67103a37956e2974ab7fd72a8b6755b1c1035e80e0
Zoho Project API
I successfully got a ticket ID and Api key, However when I tried to send HttpPost to get user portals, I got the following error: ...<error> <code>6500</code> <message>General error</message> </error>..... Is there a problem with my paramaters?
Next Page