Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3dbe9e8

Browse files
Make variables page a global page
1 parent 5bc15e7 commit 3dbe9e8

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

docs/programs/jira-variables.md renamed to docs/programs/integration-variables.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: "Jira Variables"
3-
path: "/programs/jira-variables.html"
4-
id: "programs/jira-variables"
2+
title: "Integration Variables"
3+
path: "/programs/integration-variables.html"
4+
id: "programs/integration-variables"
55
---
66

77
Variable | Description | Example

docs/programs/jira-faqs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Question | Answer
88
-------- | ------
99
The HackerOne markdown doesn't convert correctly to Jira. How can I convert the markdown correction to Jira? | You can use a Jira optimized template by setting the escalation template to: `{{details_custom_jira}}`.
1010
What fields are supported in the bi-directional Jira integration? | We support all fields that have the type: `string`, `number`, `date`, `Radio Buttons`, or `Select List (single choice)`.
11+
What do the different variables mean? | Please refer to the [Integration variables](integration-variables.html) page to see examples and descriptions of each variable.
1112
I have multiple HackerOne programs. Can I integrate each of these programs to the same Jira instance? | Yes, you can integrate multiple HackerOne programs to the same Jira instance. If you're using Jira Cloud, you must first remove the "HackerOne for Jira" plugin and then follow steps 1-2 below.<br><br>To integrate Jira with multiple HackerOne programs:<ul>1. Follow all of the [Jira Server steps](jira-server-integration.html) for the first program you want to integrate.</ul><ul>2. For each subsequent program you need to add an integration for, only follow steps 12-16 in [the Jira Server article](jira-server-integration.html).<ul><li>You only need to follow steps 12-16 because the application link has already been created when integrating with your first program, and only 1 application link is needed to set up a Jira integration.</li></ul></ul>
1213
My Jira is behind a firewall and is not externally accessible. How can I integrate with Jira? | To use the bi-directional Jira integration, you need to make sure your Jira instance is accessible from the HackerOne system. You can whitelist HackerOne’s IP addresses in your firewall to only open it up to the HackerOne application. Contact your program manager to request our IP addresses to whitelist in your firewall.<br><br>If you don't want to expose your Jira to HackerOne, [contact us](https://support.hackerone.com/hc/en-us/requests/new) to get a work-around that enables you to only escalate to Jira.
1314
I'm getting the following error when creating a Jira issue: `JIRA returned the following error: "You must specify a summary of the issue."` | This means that you didn't specify a value for the `summary` field in your Jira integration settings. Please review the field mapping in your Jira integration settings and make sure values are provided for all required fields.

src/pages/programs/programs-nav.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@
149149
items:
150150
- title: Supported Integrations
151151
path: /programs/supported-integrations.html
152+
- title: Integration Variables
153+
path: /programs/integration-variables.html
152154
- title: Email Forwarding
153155
path: /programs/email-forwarding.html
154156
- title: Embedded Submission Form
@@ -172,8 +174,6 @@
172174
path: /programs/jira-cloud-integration.html
173175
- title: Jira Server Setup
174176
path: /programs/jira-server-integration.html
175-
- title: Jira Variables
176-
path: /programs/jira-variables.html
177177
- title: Jira FAQs
178178
path: /programs/jira-faqs.html
179179
- title: MantisBT

0 commit comments

Comments
 (0)