johnny1K / linked-bugs

Example React-based Jira Cloud Connect app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This app is based on ACE Express template, 3 to 4 beers and a lot of joy learning :)

Installation

  1. Clone the repo git clone https://github.com/johnny1K/linked-bugs.git

  2. Install dependencies npm i

  3. Create credentials.json. Create an API token and fill in the data. Use the credentials.json.sample template.

  4. Run npm run start

  5. Load addon in Jira instance

  • After running npm start locate the line which starts with Local tunnel established...
  • Copy the https://xxxxxx.ngrok.io/ URL
  • Go to Jira > Apps > Manage Your Apps > Upload app
  • Paste the copied URL into the input field and hit Upload

About

Example React-based Jira Cloud Connect app

License:Other


Languages

Language:JavaScript 85.0%Language:Handlebars 15.0%