Hello there,
i'm trying to edit two customfields via REST API in JIRA. I did not have any problems until i got this Internal Server Error Message.
Here's what i'm sending via "PUT" request (just for one customfield)
foreach (var s in beobachterInKopie) { objJira.JiraJson = "{ " + "\"update\": { " + "\"customfield_13156\": [{ " + "\"add\": {\"key\": \"" + s + "\"} " + "}] " + "} " + "}"; response = objJira.manipulateIssue(); }
I'm not facing any problems with the code, just can not handle that Error message somehow? What am i doing wrong here? Or does the admin of the project (JIRA) need to unlock something? Can not find anything online concerning this problem either...
Hi Maximlian,
Please check logs to find out the actual problem. There may be a problem in your put method at the backend.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.