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

Skip to content

Commit 518f480

Browse files
committed
phabricator integration
1 parent ec3384f commit 518f480

File tree

6 files changed

+61
-16
lines changed

6 files changed

+61
-16
lines changed
29.5 KB
Loading
231 KB
Loading
322 KB
Loading
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
title: "Phabricator Integration"
3+
path: "/programs/phabricator-integration.html"
4+
id: "programs/phabricator-integration"
5+
---
6+
7+
You can have a two-way integration between HackerOne and Phabricator in which whenever a comment is added or there’s a state change in a Phabricator task, an internal comment is posted on the associated HackerOne report. Vice versa, any actions done on HackerOne are shown in Phabricator.
8+
9+
To integrate with Phabricator:
10+
1. Go to <b>Settings > Program > Integrations</b>.
11+
2. Click <b>Connect with Phabricator</b>.
12+
13+
![phabricator-1](./images/phabricator-1.png)
14+
15+
3. Generate a conduit API token by following steps 1-2 in the <b>Generate Conduit API Token section</b>.
16+
4. Enter your <b>Phabricator Instance URL</b> and the <b>Generated API token</b>.
17+
5. Click <b>Authenticate with Phabricator</b>.
18+
6. Set the escalation settings by entering the default title and description in the <b>HackerOne to Phabricator Escalation settings</b> section.
19+
7. Select the events you want notifications for from Phabricator to HackerOne. (<i>Note: Syncing of events is only available for Professional and Enterprise customers.</i>) You can select from:
20+
21+
Option | Details
22+
------ | -------
23+
Status changed | An internal comment is posted onto HackerOne when a Phabricator task changes status.
24+
Comment added | An internal comment is posted onto HackerOne when a new Phabricator comment is added.
25+
26+
8. Select the actions you want notifications for from HackerOne to Phabricator. You can select from:
27+
28+
Option | Details
29+
------ | --------
30+
Status changed | An internal comment is posted onto Phabricator when a HackerOne task changes status.
31+
Comment added | An internal comment is posted onto Phabricator when a new HackerOne comment is added.
32+
33+
9. Click <b>Save changes</b>.
34+
35+
You can now view updates to Phabricator tasks within a HackerOne report and vice versa, view updates to HackerOne reports within Phabricator.
36+
37+
See how the integration looks in Phabricator and HackerOne below:
38+
39+
* Phabricator:
40+
![phabricator-2](./images/phabricator-2.png)
41+
42+
* HackerOne:
43+
![phabricator-3](./images/phabricator-3.png)

docs/programs/supported-integrations.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@ title: "Supported Integrations"
33
path: "/programs/supported-integrations.html"
44
id: "programs/supported-integrations"
55
---
6-
HackerOne integrates with many issue tracking tools. The integration ensures that the HackerOne platform fits into your existing security workflow with minimal friction. Integrating with one of these services will enable you to push report submissions into your preferred systems.
6+
HackerOne integrates with many issue tracking tools. The integration ensures that the HackerOne platform fits into your existing security workflow with minimal friction. Integrating with one of these services will enable you to push report submissions into your preferred systems.
77

88
HackerOne currently supports these integrations:
9-
* Jira
10-
* Slack
11-
* Assembla
12-
* Bugzilla
13-
* Freshdesk
14-
* GitHub
15-
* GitLab
16-
* MantisBT
17-
* OTRS
18-
* Phabricator
19-
* ServiceNow
20-
* Redmine
21-
* Trac
22-
* Zendesk
9+
* [Assembla](assembla-integration.html)
10+
* [Bugzilla](bugzilla-integration.html)
11+
* [Freshdesk](freshdesk-integration.html)
12+
* [GitHub](github-integration.html)
13+
* [GitLab](gitlab-integation.html)
14+
* [Jira](jira-integration.html)
15+
* [MantisBT](mantisbt-integration.html)
16+
* [OTRS](otrs-integration.html)
17+
* [Phabricator]
18+
* [ServiceNow](servicenow-integration.html)
19+
* [Slack](slack-integration.html)
20+
* [Redmine](redmine-integration.html)
21+
* [Trac](trac-integration.html)
22+
* [Zendesk](zendesk-integration.html)
2323

2424
Don't see your issue tracker listed here? [Let HackerOne know](https://support.hackerone.com/hc/en-us/requests/new) to get that added for you.

src/pages/programs/programs-nav.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,15 @@
143143
path: /programs/mantisbt-integration.html
144144
- title: OTRS
145145
path: /programs/otrs-integration.html
146+
- title: Phabricator
147+
path: /programs/phabricator-integration.html
146148
- title: ServiceNow
147149
path: /programs/servicenow-integration.html
148150
- title: Slack
149151
path: /programs/slack-integration.html
150152
- title: Redmine
151153
path: /programs/redmine-integration.html
152-
- title: Trac
154+
- title: Trac
153155
path: /programs/trac-integration.html
154156
- title: Zendesk
155157
path: /programs/zendesk-integration.html

0 commit comments

Comments
 (0)