All Collections
Integrations
Whitelisting OKRs for Jira by Quantive
Whitelisting OKRs for Jira by Quantive

How to configure your Jira Server firewall rules to ensure proper Quantive plugin functionality

Boyan Barnev avatar
Written by Boyan Barnev
Updated over a week ago

It's a good security practice to host your Jira server instances behind a firewall. This often means that you must whitelist explicitly inbound and outbound traffic to Jira for installed Marketplace applications that require it. The OKRs for Jira by Quantive plugin needs bidirectional communication to the Quantive API server. This article explains the API calls the Quantive Jira plugin makes and the corresponding Firewall rules that must be configured.

What API calls does the OKRs for Jira by Quantive plugin make

When you work with the OKRs for Jira by Quantive plugin there are several possible API calls:

  • When you use the plugin to select a Quantive OKR and link it to a Jira issue the following API calls a re made (via HTPS)

    • the first call is to fetch the sessions form the configured Quantive account

    • then we get the OKRs for the selected sessions

    • alternatively, we make search calls in case you use the search functionality the plugin exposes

    • once you select the desired OKR and link it to the Jira issue we make a POST request to Quantive and create a Task under the linked OKR. This task represents the Jira issue (so you get 360 degree view of the relation between the OKR and the Jira item).

  • Additionally, you can configure a Webhook in Jira that posts info to Quantive on issue update/delete so the status of the task created in Quantive is updated dynamically when the Jira issue status is updated (Quantive Plugin for Jira Server | Quantive Help Center). That mechanism will also require outbound calls from Jira to Quantive.

Which URLs must be whitelisted in your firewall

You must add an FQDN rule for the following URLs, depending on the data center your Quantive account is hosted in:

There’s several places this might need to be instrumented, namely:

Did this answer your question?