Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×Hi Everyone,
I am looking for REST api to get all fields (standard as well as custom fields) for a particular issuetype (not specific to project)
I am aware of below REST apis, but no success in meeting above requirement i.e. list of issuetypes and all fields allowed for that issuetype -
api to get all issuetype - /rest/api/2/issuetype
api to get all fields - /rest/api/2/field
api to get all fields within issuetype and project -
/rest/api/2/issue/createmeta?expand=projects.issuetypes.fields