Hello,
I have a .NET MVC project integrated with Jira, where I create tasks in Jira when a form is submitted and display previously created tasks to users. I am using OAuth 2.0 (3LO) for authentication, but currently, only the application owner can log in.
When other users attempt to log in, they receive the error:
"You don’t have access to this app. This application is in development."
However, in the developer console (developer.atlassian.com/console/myapps), there is no option to switch between development and production modes.
How can I resolve this issue? I would appreciate any guidance or support.
Thank you!
How can I resolve this issue?
Google "Jira OAuth You don't have access to this app" which will lead to this thread for that Frequently Asked Question.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.