Hi All,
I want to get all the fields, including mandatory and non-mandatory, to raise a JIRA Service Desk ticket.
Using the below API:
GET /rest/servicedeskapi/servicedesk/{serviceDeskId}/requesttype/{requestTypeId}/field
I am able to get all the Mandatory fields for a request type.
How to get non-Mandatory field info as well?
Kind Regards,
Manish
I don't think you are able to get that info from the service desk API. Maybe you can use this one:
https://docs.atlassian.com/software/jira/docs/api/REST/7.12.2/#api/2/issue-getCreateIssueMeta from the jira rest API.
You can use projectIds and issuetypeIds to filter the results.
Hope this helps!
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.