Skip to content

Commit 6f85a0c

Browse files
committed
- Fixing CSS in webhooks page
1 parent 31e3f3d commit 6f85a0c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This app is aimed to help you to easily add your integration in Jira.
1717

1818
## Pre-requisites
1919
- yarn
20-
- docker
20+
- docker & docker-compose
2121
- ngrok account
2222

2323
## Features
@@ -35,6 +35,15 @@ Simply go to [ngrok](https://dashboard.ngrok.com/get-started/your-authtoken) and
3535

3636
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.
3737

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`)
44+
- Click Upload.
45+
- That's it! You're done. 🎉
46+
3847
## Running your application
3948
- TBD
4049

0 commit comments

Comments
 (0)