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.
Community moderators have prevented the ability to post new answers.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.