Possibility of bypassing Web UI authentication for OAuth2.0 Jira

I was wondering if there is a way for an automatic service to be authenticated and make GET requests to Jira Cloud without manual Web UI process through OAuth 2.0

1 Like

Hi @Jetbrains2, and welcome to the developer community! You can read more about authentication/authorization options on this page. If you’re building a script for personal/intra-company use, you can also use basic auth (using an account-level API token). If that doesn’t fit your use case, please share more information about what you’re building.

Currently building a service that needs to make request to Jira Cloud automatically. Basic Auth is not secure enough for us. Wondering if there is any alternative method of bypassing authentication for OAuth2.0 since WebUI part can’t be done automatically and token is only alive for an hour