JIRA REST API: Create Issues via API, required fields

Radu Pavelco April 27, 2017

Hi, can somebody help me to find out how can I get a list of all required fields for creating an issue?

There's https://example.atlassian.net/rest/api/2/field API that returns a list of fields, but we can not see there what fields are required for a specific project, for example for a project, the "components" are required, for another - no?

 

Is there a possibility to check the required fields to create an issue?

Thank you!

1 answer

1 vote
Gareth Cantrell
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 17, 2017

There are some tutorials on the developer site which deal with exactly your question:

JIRA REST API Example - Create Issue 

and

JIRA REST API Example - Discovering meta-data for creating issues 

Suggest an answer

Log in or Sign up to answer