https://github.com/udamir/youtrack-timer-widget
https://github.com/udamir/youtrack-timer-widget
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/udamir/youtrack-timer-widget
- Owner: udamir
- License: mit
- Created: 2024-06-30T22:08:38.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-26T21:14:18.000Z (over 1 year ago)
- Last Synced: 2025-03-17T06:34:40.547Z (10 months ago)
- Language: JavaScript
- Size: 292 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Youtrack Timer Widget
## Description
A YouTrack widgets to show active timer.
Workflow for ActiveTimer is required (see `/workflow`)
## Installation
1. Clone the repository.
2. Run: ```bun install```
## Development
Use the Widget Playground in Youtrack while developing in order to access the APIs in real time.
1. Run ```bun dev``` to start the development server.
2. Go to the Widget Playground, in the Custom Widgets section, on Youtrack.
3. Insert the URL of the development server in the widget URL field.
## Build
1. Run ```bun package``` to package the widget.
## Deployment
1. Go to the Custom Widgets section in Youtrack.
2. Press "New Widget" and upload the packaged widget (zip folder).