My request-type template has the below fields (summary is a normal field others are from a form template.) - Refer the SS
But when I use the APIs " {{baseurl}}/rest/servicedeskapi/servicedesk/1/requesttype/9/field?expand=[hiddenFields]" which gives me only "summary" in the response.
The API {{baseurl}}/rest/servicedeskapi/servicedesk/1/requesttype/9/field?expand=[hiddenFields]" response
How can I get all fields including forms in the request type get api? and How can I update them?
Only Request types and their fields can get using this API"{{baseurl}}/rest/servicedeskapi/servicedesk/1/requesttype/9/field"
To check the forms Plz check form apis.
https://developer.atlassian.com/cloud/forms/rest/api-group-forms-on-issue/#api-issue-issueidorkey-form-formid-get
1. Get form for a request type (you should have already set up the Form in a request type - REFER -https://support.atlassian.com/jira-service-management-cloud/docs/create-or-edit-a-form/ )
Did you ever figure this out? Going through the same thing right now
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
yes @Seth Strzechowski
Only Request types and their fields can get using this API"{{baseurl}}/rest/servicedeskapi/servicedesk/1/requesttype/9/field"
To check the forms Plz check form apis.
https://developer.atlassian.com/cloud/forms/rest/api-group-forms-on-issue/#api-issue-issueidorkey-form-formid-get
1. Get form for a request type (you should have already set up the Form in a request type - REFER -https://support.atlassian.com/jira-service-management-cloud/docs/create-or-edit-a-form/ )
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.