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 ?
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
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.