How can i attach my new python web application into Jira cloud ?

chandraprakash
Contributor
March 3, 2022

I wrote one program to calculate the all Jira project metrics for that i am using JQL to extract the values and I am calculating my project values and metrics but its done from the server 
But when We want to perform in the cloud database ?. So I have a following question to all Atlassian developer

1.how can I connect with my Jira cloud using python ?


2. How can I attached my program into real time Jira cloud database

3.Is there any document please share ?

4. Or else instead of creating new web programs is there any way to add a dynamic and custom plugin to Jira ?

3 answers

1 vote
James Richards
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 24, 2022

Hi @chandraprakash

In short you can't connect to the your atlassian.net database, because the potential for causing an issue is too great.

You can get the data you want via REST calls via calls documented in

Depending on your needs, a simple email address and token from https://id.atlassian.com/manage-profile/security/api-tokens might do the trick. All the responses will be JSON blobs, so you'll need to parse those.

Hope this helps.

James.

1 vote
Srinatha T
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 3, 2022

@chandraprakash ,

Did you check the below article. 

Generating-a-Python-REST-Client-for-Jira-Cloud 

Thanks,

Srinath T

0 votes
Srinatha T
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 3, 2022

Hi @chandraprakash ,

Welcome to Atlassian community.

Below community thread has the info you will need. 

I hope the above information helps. Have a good day.!

Thanks,

Srinath T

chandraprakash
Contributor
March 3, 2022

@Srinatha T 


I already used that type of login only for the login page

but are you sure that is the syntax of login for Jira cloud Data base

Srinatha T
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 3, 2022

Hi @chandraprakash ,

Ah, you needed it for Jira cloud . Actually i use Jira server version so not very sure if it works for cloud version. 

Thanks,

Srinath T

chandraprakash
Contributor
March 3, 2022

Thanks for the reply @Srinatha T 
I know how to extract all the project and values from the server login 
But I want to know the how login different from cloud and server so if you know any document link u can share with me
And do you how can we add plugin to Jira directly

Thanks,
S.Chandraprakash

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events