Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Jira API

Deleted user December 14, 2023

eWi bekomme ich die Jira Api über Python? Ich mache grad ein Praktikum und soll ein Jira ticket in excel umwandeln, vlt kann mir da jemand helfen

1 comment

Comment

Log in or Sign up to comment
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 14, 2023

Willkommen in der Atlassian-Community! Ihr Python-Code muss die REST-API von Jira remote aufrufen.

Siehe https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/#version

Welcome to the Atlassian Community!

Your Python code will need to call Jira's REST API remotely.  See 

Like Patrick Binggeli likes this
Thomas Ziegenhagel
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 15, 2023

ich habe es in den zeilen code, aber leider weis ich nicht wie das dann in excel umgewandelt wird

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 15, 2023

Jira gibt Antworten in JSON aus, daher sollten Sie nach einem Python-Code suchen, der JSON lesen und in etwas umwandeln kann, das Excel lesen kann (normalerweise mache ich mir nicht die Mühe, Excel auszuschreiben, ich verwende einfaches CSV, das mit jeder Tabellenkalkulation funktionieren kann)

 

Jira gives responses in JSON, so you will want to look for some python code that can read JSON and turn it into something excel can read (I do not usually bother trying to write out excel, I use plain CSV, which any spreadsheet can work with)

TAGS
AUG Leaders

Atlassian Community Events