OAuth Consumer for atlassian-hosted Jira

John Gale August 31, 2017

I'm hoping to create a custom script (Python) to automatically modify some fields within Jira tickets.  Some examples online suggest that in some cases, you can create incoming-only application links with RSA keys which would enable the script to modify Jira info:

https://bitbucket.org/MicahCarrick/atlassian-oauth-examples/src/68d005311b9b74d6a85787bb87ccc948766486d3/python-requests/

However, in our instance of Jira, which is hosted on atlassian.net, I only see "enter the URL of the application you want to link to" and no way to set one-way links.  Is this feature disabled for atlassian-hosted applications?

1 answer

1 accepted

2 votes
Answer accepted
Dario B
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 1, 2017

Hi John,

The documentation for Oauth for JIRA Cloud is available at below url (and it is slightly different than the one for JIRA Server):

https://developer.atlassian.com/cloud/jira/platform/jira-rest-api-oauth-authentication/

Kindly review above page and let me know if it helps.

 

Cheers,
Dario

John Gale September 1, 2017

That's perfect, thanks for both the documentation and the clarification on JIRA Cloud vs JIRA Server.

Dario B
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 5, 2017

You are very welcome John! :)

Can you kindly accept the solution is this was helpful?

 

Cheers,
Dario

Suggest an answer

Log in or Sign up to answer