Struggling with JIRA REST API: How to Dynamically Create Required Fields When Types Differ?
We’re facing an issue while using the JIRA REST API to dynamically create required fields in the DOM. The problem arises because the types we get from the API sometimes don’t match the actual input types. We’re using this API: https://jira.domain.com/rest/api/2/issue/createmeta/ISSUE-TYPE-key/issuetype/ISSUE ID.