Hi Team,
I’m trying to understand the current setup of our JIRA instance: https://jira.mysitename.com/.
I previously worked on fetching JIRA data into Power BI about five years ago, and it was functioning well at that time. However, it seems like some changes have been made recently, and this URL appears to be different.
I need assistance with the following:
Your support on this would be appreciated.
Accessing Jira REST API for connecting to Power BI is free. The process Create an API Token, use endpoint export to JSON file.
I believe you can import a JSON file into PowerBI using Power BI REST API
1. Create an API Token - https://id.atlassian.com/manage-profile/security/api-tokens
2. Select Enpoint to use, and Python scripts for automation - Atlassian provide samples and additional note for parametres
Endpoints for Boards - https://developer.atlassian.com/cloud/jira/software/rest/api-group-board/#api-group-board
Endpoints for Sprints - https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint/#api-group-sprint
Endpoints for JQL- https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-search/#api-rest-api-3-search-jql-post
3. Use Basic Authentication - https://developer.atlassian.com/cloud/jira/software/basic-auth-for-rest-apis/
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.