Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×Hello, I'm trying to authorize my user using OAuth 2.0 with my app, the objective is to access private documents in Confluence, since I'm a administrator. https://support.atlassian.com/c...
From the Jira OAuth document: https://developer.atlassian.com/cloud/jira/platform/oauth-2-3lo-apps/ I want to get projects, boards, sprints and issues data from REST API. I have set r...
...re running into an HTTP 504 Gateway timeout. We are using a self hosted Jira intance as well as a self hosted GitLab instance. The latter one is not on premise. GitLab supports three different OAuth 2...
Hey there! I'm facing a problem in figuring out if a token is still valid. It would really save me some issues to avoid sending requests with an invalid token. Right now, the only clue that I have...
...relloApi uses implicit flow to authorize the user, that's why the token is as a fragment and to get it as param, I need to use the authorization code flow where the OAuth is needed. The problem i...
Hi, I am new to Jira and new to OAuth2 so.... yeah. ;-) I am trying to implement OAuth2 for Jira in a DevOps extension (authorization code flow). The devops extension FE runs inside an IFrame i...
...00 webhooks per app per tenant is allowed for a Connect app. For an OAuth 2.0 app, the limit is 5 webhooks per app per user on a tenant." First of all, what does tenant mean here? I...
Hi Andy, I am facing the similar issue as Unable to fetch email address using rest Api if setting profiles email id 'Only you and admins' . I have created an external app using Oauth 2.0 (3...
...hen the we use a token that was retrieved from OAuth 1.0 authentication. OAuth 2.0 works fine. I found some recent info that this endpoint was deprecated but it doesn't explain the error we're g...
When authenticating a user, the app successfully reaches the callback URL API Endpoint but while generating token via: const { data } = await axios.post( `https://auth.atlassian.com/oauth/t...
Hello, we have set up our backend to create and modify issues via Jira Cloud api and oauth2. We can successfully create the authorization_code, use that code to get an access_token, and use the a...
...e accessed with the help of API tokens (that can be configured here). However, the activity endpoint cannot be accessed with OAuth2-acquired access token. There is no scope for it and even if the t...
Hi, I am currently implementing a generic Confluence Application Link with OAuth2 as described here. In general my Groovy script that should consume the Rest API of Confluence has access via OAuth...
My Bitbucket account uses OAuth (since there's now no other option). Sourcetree has taken to asking me for my password, the credential helper store, etc. when I no longer use any of them. I've a...
Hi Community, I am trying to integrate bitbucket on perm (v7.9.0) with Jira cloud using OAuth. By checking in community i am found one document for this integration (Link Bitbucket with Jira | B...
We're seeing intermittent issues with our redirect to the OAUTH authorization endpoint when a user has authenticated to JIRA in the past with that particular browser. The authorize endpoint is r...
Hi, I have a REST API(Post) with basic authentication written in Groovy code.How to convert it to OAuth 2 authentication. How should I change the Groovy code? Is there an example? R...
Hello Community, I have been trying to connect to Jira Cloud using Oauth v2.0 in postman, but I cant get it to work. First, I am not sure if I should create the Oauth c...
After the update, we can no longer create wires using basic authorization. Now we want to connect Oauth 2.0, please help us with the connection and provide instructions for connecting. Thank you f...
When using source tree linked with bitbucket cloud I have to refresh the OAuth token every day? Is this normal? Is it for maximum security? It is very boring having to go into Tools-Options-A...
So I am building an application and want to implement OAuth2.0 as per my organization requirement. One of the operations I need to include is creating and deleting user withing Jira Software but I a...
My OAuth authentication for Bitbucket only lasts about an hour, whereas a colleague's lasts days. I have to go to Tools > Options > Authentication > Accounts > me@example.com > Edit &g...
I need to build a postman api call to jira using oauth2.0 but the docs and chat-gpt has gotten me confused. In postman i go to the authorization tab and fill the following tabs: Type: OAuth2.0 T...
Hello, I have an JIra app configured for oAuth2 where I use only use url as an redurect_uri and on the request side, I pass the full url as a redirect_url. for ex. on Jira d...
I am using Jira Server v9.2.0 and Confluence Server 7.19.1 versions. I provided a connection to LDAP to login. What steps do I need to provide for the personnel to log in automatically when entered f...