Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Where is the API documentation

api

Is there any documentation on the API in countersoftgeminiapiv51_1.zip? If so, where is it?

Dave
· 1
Dave
Replies (5)
helpful
0
not helpful

It is still being written, is there anything specific you'd like to know?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

How do I use the API to determine the custom fields supported by a project?

How do I use the API to set a custom field in an Issue? (That I am then going to create using .Item.Create(issue)?


Dave
· 1
Dave
helpful
1
not helpful

Use Item.CustomFieldDataCreate / Item.CustomFieldDataUpdate to set a custom field for an issue. At the moment, you will need to get a project's issue to know which custom fields it has.

··· In the API in countersoft_gemini_api_v5_1_1.zip, neither Issue nor IssueDto have either CustomFieldDataCreate or CustomFieldDataUpdate.DaveTuesday, October 9, 2012, 4:01:01 PM
··· Never mind, I found it. Was looking in the wrong place.DaveTuesday, October 9, 2012, 4:10:35 PM

Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

When are you planning to release the API documentation? Would it be possible to export Time tied to projects?


Rami Alhamad
· 1
Rami Alhamad
helpful
0
not helpful

It is possible now by getting the items back. We expect to release it in a couple of months.


Mark Wing
· 9108
Mark Wing