Hi everyone,
I came across an issue while working with the Jira API. One of my customers encountered the following error:
{
code: 403,
message: ‘The app is not installed on this instance’
}
This response occurs when I call the following request inside my JQL value function:
await api.asUser().requestJira(route/rest/api/3/issue/${issueId}?fields
);
It seems like this error suggests that the app is not installed on the specific Jira instance, but I’d like to confirm the root cause and understand if there’s a recommended solution or best practice to handle this scenario.
Has anyone experienced this issue before? Any advice on how to debug or resolve this would be much appreciated!
Thanks in advance for your help!
Best regards,