HI I am in the process of integrating Jira with Copado for a bi-directional sync. However, I would like to get an idea of which fields are mappable, and which are not. I have found that There is a limitation around look up fields. Besides these, does anyone know how I can find a full list of Jira fields that can be mapped?
Community moderators have prevented the ability to post new answers.
Hi and Welcome.
Here are some key points to consider regarding mappable fields and how to find a full list of Jira fields that can be mapped:
To find a comprehensive list of Jira fields that can be mapped, you can follow these steps:
Jira API: Use the Jira REST API to retrieve a list of fields. You can access the fields endpoint:
GET /rest/api/2/field
This will return a list of all fields in your Jira instance, including custom fields.
BR
Kai
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.