We are trying to get a list of fields for a given request type. Unfortunately, the hidden fields with preset values are not returned using the REST service:
/rest/servicedeskapi/servicedesk/9/requesttype/154/field
However, I can get the hidden fields using the following REST service:
/rest/api/2/issue/createmeta/10206/issuetypes/10208
Since the request type '154' results in the creation of the issue type '10208', I'd like be able to get either the requestTypeId from the issueTypeId or vice versa using the API so we can dynamically load fields for our custom UI.
Is there anyway to do this?