jira-client
jira-client copied to clipboard
net.rcarz.jiraclient.JiraException: Field 'summary' does not exist or read-only
i find a error as the title,throught the dubug i found the Field.clss had a method getFieldMetadata(),
if (editmeta.isNullObject() || !editmeta.containsKey(name)) throw new JiraException("Field '" + name + "' does not exist or read-only");
i do not konw why this happend,please give a detail comment for it?THX
I'm guessing it's permissions issue in your JIRA configuration.
@bayern39 That was my problem. :)
@bayern39 did you find any solution for this issue?
Refs: https://github.com/rcarz/jira-client/issues/165