Skip to end of banner
Go to start of banner

Copy of Data Authorization

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

  • Tableau Connector Pro for Jira, uses OAuth protocol to access Jira Rest API on behalf of the users. The add-on never asks for a user's Jira credentials. All the calls to the Rest API are made using OAuth authentication and the data returned by Jira is governed by the access permissions of the user whose OAuth credentials were passed in the request.

  • Every user gets its own unique URL via Jira > Tableau Connector Pro > My Connector menu. The data returned by this unique URL is restricted by the Jira permissions for the user to whom the URL belongs.

  • The token at the end of each URL is different for each user and maps to the OAuth credentials, which are passed to the JIRA rest API with each request to fetch the data.

  • No labels