Export the field details of the particular project

kA June 18, 2014

Hi Friends,

I have more number of project in my JIRA. Each project has different fields. I need to export the field details from each project,is it possible to retrieve the particular project fields alone through REST API instead of all the fields.

I tried this API:"/rest/api/2/field" it is display all the column. But i need particluar project field alone.

Please share your thoughts,

Thanks in advance,

Karthik A.



1 answer

0 votes
Jobin Kuruvilla [Adaptavist]
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.
June 19, 2014

You can use createmeta method but it will be just for the Create screen.

/rest/api/2/issue/createmeta?projectKeys=XYZ

Use editmeta for Edit screen.

Suggest an answer

Log in or Sign up to answer