Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Native java API alternative for REST API "/rest/api/2/issue/createmeta".

Kirankumar Gund
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 14, 2019

Which native java APIs should I use in my JIRA  rest plugin module, so that I don't have to call the REST API "/rest/api/2/issue/createmeta" ?

I tried using FieldManager, but it doesn't gives details of the fields. e.g Allowed LOV etc.

 

Set<SearchableField> fieldSet1 = fieldManager.getAllSearchableFields();

 

0 answers

Suggest an answer

Log in or Sign up to answer