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.




Unable to Update Custom Field Data

projects
custom-fields
api

We are trying to update the custom field of existing issues.

However when updating the custom field using ServiceManager.CustomFieldsService.SaveCustomFieldData(...) we get a 401 response from the server.

Here is what were doing:

var service = new ServiceManager(url, username, password, "", true)
CustomFieldDataEN[] cfdEN = service.IssuesService.GetCustomFieldData(issueID);

cdfEN[0].CustomFieldData = "1";
service.CustomFieldsService.SaveCustomFieldData(cdfEN[0]);

Any suggestions? We are able to create new issues successfully but cannot modify their custom fields due to this issue.

Daryl D
· 1
Daryl D
Replies (4)
helpful
0
not helpful

Which version of Gemini and IIS are you running?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful
  • Gemini Version: 4.1.0 (Build 3106)
  • IIS Version: 7.5

Daryl D
· 1
Daryl D
helpful
1
not helpful
ANSWER

Are you running Gemini in windows authentication? If so, please make sure that you have given full permissions to everyone on the api folder of the Gemini site via windows file explorer.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Thank you that solved the issue.


Daryl D
· 1
Daryl D