Get all issue field for specified issue type

GuillaumeL October 9, 2017

hi, 

 

i'm create à custom mail handler. 

I want to list all available field for a specified issue type type in project whith java api. 

in front-end i have the list with rest api

/rest/api/2/issue/createmeta?projectIds=1234&expand=projects.issuetypes.fields
and use data.projects[0].issuetypes[0].fields .

I want same data in the java webAction.

the FieldManager.getAvailableNavigableFieldsWithScope() return all field but i dont know how to limit to the project and the issue type i want.

Is there a simple solution to do this?

thank you in advance


ps : sorry for my English, this is not my mother tongue.

 

0 answers

Suggest an answer

Log in or Sign up to answer