An open API service indexing awesome lists of open source software.

https://github.com/udamir/youtrack-timer-widget


https://github.com/udamir/youtrack-timer-widget

Last synced: 7 months ago
JSON representation

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).