'How do I get values of custom fields of jira service desk api in order to create the request?
How do I get values of custom fields from JIRA service desk api to create the ticket in getter and setter? The field 'customfield_10600' is not valid for this request type 'Technical support' For Eg: customfield_10600 is a fieldID that stores the email in JIRA dialog
Solution 1:[1]
Please see this documentation.
Get fields:
/rest/api/3/field
Get custom field options:
/rest/api/3/field/{fieldId}/context/{contextId}/option
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 |
