Hey
In the past I built a bitbucket-cloud app(add-on) and in doc i found the following
https://developer.atlassian.com/cloud/bitbucket/install-an-app-from-your-site/
that explain how can I install the app from my site,
same i found for OAuth2.0 jira app here
but for jira connect app i can't find what is the process to install the app from my site
can someone explain or share link or example?
Thanks
Hello, Good day. You want to install the app that you have developed ?
Hope this link gives a starting point : https://confluence.atlassian.com/jirakb/how-to-use-oauth2-0-in-postman-client-for-jira-cloud-apis-1409092149.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Mohanraj T.
Thanks for your answer
this kb explain how to install Oauth2.0 application i am developing an atlassian-connect application, its deferent if i am not missing something.
what i am looking for is explanation (same it have in bitbucket cloud ) to configure/set in my website (not jira site) so when customer will press the button/link it will get an atlassian page that will install my application
At the beggining i created an OAuth2.0 app and i used the following link
https://auth.atlassian.com/authorize/?audience=api.atlassian.com&client_id=${client_id}&scope=${jiraAppPermissions}%20offline_access&redirect_uri=${redirect_uri}&state=${state}&response_type=code&prompt=consent
and i success to get atlassian page that install my app to customer
same i want to have but only for my atlassian-connect app
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.