bobcarroll / jira-client

A simple JIRA REST client for Java
Other
475 stars 380 forks source link

Field 'components' does not exist or read-only #265

Closed Ants-double closed 4 years ago

Ants-double commented 4 years ago

this is my code

.field(Field.COMPONENTS,new ArrayList() {{
                        add(new JSONObject().put("name","TEST"));
                    }})

this is the error Field 'components' does not exist or read-only

Ants-double commented 4 years ago

I get the answer. i slove it . jira configure no components module to create issue

zoujunjie1216 commented 5 months ago

I get the answer. i slove it . jira configure no components module to create issue

Can you please tell me how to configure this