You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ This app is aimed to help you to easily add your integration in Jira.
17
17
18
18
## Pre-requisites
19
19
- yarn
20
-
- docker
20
+
- docker & docker-compose
21
21
- ngrok account
22
22
23
23
## Features
@@ -35,6 +35,15 @@ Simply go to [ngrok](https://dashboard.ngrok.com/get-started/your-authtoken) and
35
35
36
36
After you have the tunneled URL, check for the config in the url `/atlassian-connect.json`(`https://TUNNELED_URL/atlassian-connect.json`). This is the __app descriptor URL__ for uploading the app and installing in Jira.
37
37
38
+
## Installing the App
39
+
Go to your Jira instance and do the following steps:
40
+
- From the header menu, select Apps -> Manage your apps.
41
+
- Verify the filter is set to User-installed, and select Settings beneath the User-installed apps table.
42
+
- On the Settings pop-up, add Enable development mode and click Apply. Refresh the page.
43
+
- On the right side of the header, there should now appear a button Upload app. Click it and enter the tunneled URL `/atlassian-connect.json`(`https://TUNNELED_URL/atlassian-connect.json`)
0 commit comments