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 10 Next »

Please follow this guide in your Jira DC instance.

Prerequisite

Please make sure that the server in which your Atlassian products run has access to the following domain: https://login.microsoftonline.com

This is a necessary step in order to validate the SharePoint users that are going to access the SharePoint Connector’s APIs.

Configure Allowlist

In order for SharePoint to communicate with Jira, you need to allow access from the desired SharePoint domain. Please refer to the documentation here on how to do this.

  • Please use the domain name Expression type with your company’s SharePoint URL, i.e. https://contoso.sharepoint.com.

  • Please make sure to tick the Allow Incoming option to allow CORS requests

The SharePoint connector needs to use an Application Link in order to be able to access the Jira APIs. You can read more here.

Follow this steps to configure a new Application Link for our app.

  1. Go to Administration -> Application links and click on Create Link

image-20240830-143841.png
  1. Create an External application link with Incoming Direction

image-20240830-144024.png
  1. Configure it as follows

    1. Name: choose any name, i.e. SharePoint Connector Application Link

    2. Redirect URL: https://<your-jira>/plugins/servlet/senora/redirect

    3. Permission: Write

image-20240830-144327.png
  1. Save

Configure Connection

  1. Open Manage Apps tab

  2. Open Configure Connection under the SHAREPOINT CONNECTOR FOR JIRA section

image-20240830-145223.png
  1. Open the Application link configured in the guide above by clicking on the three dots menu and then View Credentials

image-20240830-144939.png
  1. Copy and paste from the Application Link credentials both the Client ID and Secret in the relative sections

    image-20240830-145418.png
  2. Save

If you would like to remove the integration, you can revoke access centrally by simply deleting the Application Link in the context menu in the Admin area

image-20240902-130056.png

  • No labels