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.




Updating Fields for Issues

api

When updating an Issue using the IssuesService.UpdateIssue method, do you need to change both the Field Discription and the Field's Index property.

Example: .RiskLevelDesc and the .RiskLevel

Thanks, Mitch

Gent
· 1
Gent
Replies (7)
helpful
0
not helpful

No, just update the ids.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

What do you mean by ids?

Currently I am updating the values for the desc fields, and nothing actually gets updated when the object is sent to Gemini.


Gent
· 1
Gent
helpful
0
not helpful

You need to update the issuerisk, issuepriority etc... (int = id) not the description (text).


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Are these Enum that are exposed somehow through the DLLs or able to be fetched through a WS call, or will I have to go though and build my own Enums by looking at the results of what is passed back.

Also for the future it might benefit the users if the documentation was more descriptive.


Gent
· 1
Gent
helpful
0
not helpful

Agreed on docs, we are trying to improve them.

You can get all look up values (risk, priorities etc...) via the admin service.


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Thanks for the quick and helpful responses. I will dig into the AdminService and get back to you with the results.


Gent
· 1
Gent
helpful
0
not helpful

This worked in a round about way however I found it much easier to just hard code the enums instead of having to make calls to the WS every time you need to update one of the values.

Thank you for your quick and helpful responses.


Gent
· 1
Gent