I was successfully able to create a linked service from Azure data factory to jira. I tested connection and it was successful. But when I try to create a data set and seleccted a table from the drop down list, when I click "Preview", I get this message:
ERROR [HY000] [Microsoft][JIRA] (62) API Connection Failed. Forbidden Request. HTTP Response code: 401
Hi @Roger Hsieh
To which API are you making the call?
401 means no permission.
So you don't have permissions on the part where you want to execute/
so, I am just using the default connector that came with azure data factory. My account is setup as super admin role.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So you are wanting to get information from Jira.
Do you have access in Jira, if so you probably don't have the correct access?
Have you looked at this, https://learn.microsoft.com/en-us/azure/data-factory/connector-jira?tabs=data-factory
Also that you need an Atlassian token, etc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, I can access the data from the front end (web portal).
Let me see about the token. It let me create the db connection with my id and password. I tested the connection and it was successful. (This is in Azure data factory - the linked service)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.