jira-client icon indicating copy to clipboard operation
jira-client copied to clipboard

net.rcarz.jiraclient.JiraException: Field 'summary' does not exist or read-only

Open bayern39 opened this issue 9 years ago • 4 comments

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

bayern39 avatar Mar 07 '16 15:03 bayern39

I'm guessing it's permissions issue in your JIRA configuration.

bobcarroll avatar May 30 '16 19:05 bobcarroll

@bayern39 That was my problem. :)

ahofmeister avatar Aug 16 '18 13:08 ahofmeister

@bayern39 did you find any solution for this issue?

Jacobvu84 avatar Oct 01 '20 07:10 Jacobvu84

Refs: https://github.com/rcarz/jira-client/issues/165

Jacobvu84 avatar Oct 01 '20 08:10 Jacobvu84