This project contains a Forge app written in Javascript that shows the top 3 stackoverflow link for a given issue. This allows to get links to top results directly from JIRA.
See Set up Forge for instructions to get set up.
-
Clone this repo
-
Register this application on your site using:
forge register
- Install node modules:
npm install
- Build and deploy your app by running:
forge deploy
- Install your app in an Atlassian site by running:
forge install
Select JIRA
- Develop your app by running
forge tunnelto proxy invocations locally:
forge tunnel