REST API, How to get all fields of issuetype belong to project irrespective of displayed or not?

sobhan gottepulla June 16, 2015

I tried below 2 ways

 

1)createmeta / editmeta gives fields only available in create / edit screens.I need all available fields for that issue type irrespective shown to user or not.

/rest/api/2/issue/createmeta?projectKeys=TEST&expand=projects.issuetypes.fields

this query returned only 15 fields, but total there are 33 fields available ( i am not able to see few fields like status,resolution & few more).

How to get those missing fields?

 

2) Tried with getting project information, but issuetypes.fields not expanding. But unable to get fields information

/rest/api/2/project/TEST?expand=issuetypes.fields

 

Can you please help me?

 

 

1 answer

0 votes
sobhan gottepulla June 18, 2015

Let me know if there is any workaround

Suggest an answer

Log in or Sign up to answer