I’m developing a web application that uses SOAP to communicate with JIRA. I have a custom field that contains several checkboxes, and I can get this field through SOAP, but I can’t get to the actual checkboxes it contains. Is there a way to do this?
Share
Since nobody has answered this so far, here is an old copy of some JavaScript I did for JIRA, reading customfields.
You can probably do something similar in Java and use a simple GET request. I cut out quite a lot of code, so some parts might be syntax error on.