Hi,
I am trying to create issue thru custom import utilities, we have custom attribute and we may add more in future.
I am trying to get list of all attribute for selected issue type. can you guide me how do I get the list of attribute of selected type.
below api help me to get all attribute but unable to understand how which one below to which issue type.
curl --request GET \
--url 'https://your-domain.atlassian.net/rest/api/3/field' \
--header 'Authorization: Bearer ' \
--header 'Accept: application/json'