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,
2 Likes
Holger
December 29, 2024, 3:10pm
2
Did you found a solution? I have similar issue.
The API still occasionally returns the same error. If I find any updates, I will share them with you.
I’m working on a new forge app and encountering the same error for my production instance. Any update on this?
I’m working on a Forge app for Jira Cloud and encountering an error in my production deployment where my API calls to Jira return status 403 with the message “App is not installed on this instance”.
The same build deployed to development and staging work without an issue. But the exact same build deployed to production returns this error when interacting with Jira APIs.
Any idea how to fix it? I’ve waited a couple of days as some have suggested in other threads but no luck.
Kind Regards,
Rhys