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-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
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-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
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