Synchronization failure in ConnectALL following an upgrade and a change in the Jira project's default issue type from Bugs to Defects. Although the entity mapping was updated, automations are failing with the error: {"errors":{"issuetype":"The issue type selected is invalid."}}.
4.x
The root cause was identified as a mismatch between the internal ID ConnectALL was attempting to send (10100, likely the old "Bug" type) and the ID Jira now expects for "Defects" (10200)
To resolve this ID mismatch and refresh the mapping, follow these steps: