Once installed into JetBrains YouTrack, this App allows YouTrack users to copy or move articles in the Knowledge Base.
Articles can be renamed, and users can choose in which project and under which other article the current should be placed. When copying users can also choose to include or exclude sub-articles.
While moving is completely lossless, copying will result in the loss of the edit history and comments due to technical details.
We specialize in developing custom YouTrack apps and extensions tailored specifically to your needs.
With our expertise and close collaboration with JetBrains, we ensure seamless integration and functionality.
👉 Visit our Website for more information and to explore our services.
👉 Looking for other extensions?
Check out our offerings in the JetBrains Marketplace.
npm install
npm build
- Archive "build" folder into a single ZIP file (
npm run pack
) - Go to
%YOUTRACK_URL%/admin/apps
(you need admin permissions to do so) - Import app from ZIP archive
- Attach app to desired projects on
%YOUTRACK_URL%/admin/editProject/%PROJECT_ID%?tab=apps
page - Open an issue in desired project and check App widgets appear
npm run upload -- --host %YOUTRACK_URL% --token perm:cm9vdA==.NT...
, where token is a permanent token, granted on%YOUTRACK_URL%/youtrack/users/me?tab=account-security
- Attach to desired projects, as described above
- Apply changes to sources and repeat p.2