Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How can i get the base url of Jira OAuth? I want to link Jira with Alexa skill.

Yashica Gupta September 3, 2018

Hi,

I  want to create account linking of Jira in alexa skill. 

What should be the base url for OAuth where I should redirect customers to enter their password and username? 

 

2 answers

0 votes
Deleted user January 30, 2019

Hi,

Here is the URL you need to hit for Jira OAuth 2.0

https://auth.atlassian.com/authorize?
  audience=api.atlassian.com&
  client_id=YOUR_CLIENT_ID&
  scope=REQUESTED_SCOPE_ONE%20REQUESTED_SCOPE_TWO&
  redirect_uri=https://YOUR_APP_CALLBACK_URL&
  state=YOUR_USER_BOUND_VALUE&
  response_type=code&
  prompt=consent

 

This documentation has clear steps on how to implement it.

Just did it myself.

 

Cheers, Ram

Deleted user January 31, 2019
0 votes
Gabriele Franck
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 12, 2018

Hey @Yashica Gupta

At first thought, I would say that the base url for OAuth should be your instance URL, if you're gonna use this as application link.

 

But I will assume that Jira+Alexa is not an integration that I'm not very aware for, so just to make sure we are on the same page:

  1. Jira will provide or receive data from Alexa?
  2. You're gonna do this via Application Link or REST API?

 

Gabi

Suggest an answer

Log in or Sign up to answer