I am new to Jira and looking to connect Power BI with Jira data. I'm specifically looking to extract all issues within a given project using REST API. I'd like to know if the below query will work with Basic Authentication?
/rest/api/2/search?jql=project=ABC&maxResults=1000
Hi @priyanka jaiswal Welcome to Atlassian Community!
Yes, it works with Basic Auth
username : emailAddress
password : API Token
https://xyz.atlassian.net/rest/api/3/search?jql=project%20%3D%20"Power%20Automate"
Jql query should be urlEncoded.
Thanks,
V.Y
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.