YouTrack Linker
RocketChat App to turn YouTrack references into links.
Installation
From Marketplace
You can install the app from the Marketplace through Administration page.
Open Administration > Marketplace
, type YouTrack Linker
in the search panel and press Install
on the result app from the list.
Alternative installation methods
Enable Apps development mode by navigating to Administration > General
then scroll down to Apps and click on the True radio button over the Enable development mode.
Using Administration page
Download ZIP archive youtrack-linker_<version>.zip
from latest release.
Open Administration > Apps
and press Upload App
button.
Browse downloaded ZIP file and press Install
.
Using command line
Make sure that you have Node already installed on your machine. Once you have installed Node, run the following command in your terminal to install rc-apps
globally:
npm install -g @rocket.chat/apps-cli
Clone repository and run the following command:
npm install
Now you can deploy the application:
rc-apps deploy --url <rocketchat_url>
Or update:
rc-apps deploy --url <rocketchat_url> --update
Settings
To start using the app you should set YouTrack base URL in the App Administration Page.
License
The code is available under the MIT license.