The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello!
I need your help because I can't manage to connect queries to the "Tempo" application in "Jira".
https://NameOfCompany.atlassian.net/plugins/servlet/ac/io.tempo.jira/tempo-app#!/teams/team/6/timesheet?columns=WORKED_COLUMN&dateDisplayType=months&from=2023-03-01&groupBy=worker&order=DESCENDING&periodKey&periodType=LAST_PERIOD&showCharts=false&sortBy=WORKED_COLUMN&subPeriodType=MONTH&teamId=6&to=2023-03-31&viewType=TIMESHEET
1. i have token
2. i have client id and client secret
Hi @bjurek
I have no experience with Tempo REST APIs. But if it has an API which can be called to get the expected data you want, it may be possible to convert the request into Power Query. Currently there are many documents about Tempo REST APIs, unfortunately I don't know which API is the suitable one. You may consult this problem in Atlassian Community to find out the appropriate API. Then we can test if it can be converted into Power Query.
In Power Query, we usually use Web.Contents function to make a POST or GET request to an API to get data.
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.