Good day
I keep getting in my response 'The custom field was not found'
Not sure what I am missing?
And yes I did check and made sure the custom field is in Jira and that the ID matches
`/secure/admin/EditCustomField!default.jspa?id=CUSTOMFIELDID`
const res = await axios.get(`${jiraBaseUrl}/field/${customFieldId}/context`, {
headers: {
Authorization: `Basic ${auth}`,
Accept: "application/json",
},
});
I do have a request that fetches my ticket, and that works 100%, it is just this endpoint giving me issues for some reason