GitXplorerGitXplorer
p

jira-graph-view

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.

No commits found

There are no commits on branch main.

README

The README file for this repository.

jira-graph-view

Hackathon 2021, HACK-217: Organization Graph View Based on JIRA Tickets

Demo

See http://spark.dev.fwmrm.net:12306/

Get started

Local startup

Install dependencies

Makes sure you have all the following installed:

  • Node 16+
  • pnpm

Then run pnpm install

Add a env file

Add dev.config.json to the root of your project, which contains the following contains your JIRA(LDAP) credentials.

{
  "username": "__YOUR_LDAP_USERNAME__",
  "password": "__YOUR_LDAP_PASSWORD__"
}

Q: Why do I need to set up LDAP credentials?
A: this app need to use it to get access to JIRA API to search for tickets.

Start

By running pnpm dev, a server should be brought up instantly at localhost:3000.

Built with