Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 575 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 575 Bytes

project-links-plugin

Simple IDE plugin for detecting Jira issue links and turning them into a hyperlink for easy navigation.

It allows to resolve

  • existing known Open Source Projects
  • your internal projects by configuring them on your IDE.

for-jetbrains

  • build it
cd for-jetbrains
./gradlew build
  • run it
cd for-jetbrains
./gradlew runIde

navigator

This is the Open Source Project links redirect, it is used when open source mode is enabled.

  • build it
cd navigator
yarn
  • run it
cd navigator
yarn dev