Simple application allowing you to add and review your Jira worklogs.
- Quickly review your worklogs for selected date
- Log work to an issue
Open the website in your browser, fill in the configuration page and start using it out of the box.
- Fork this repository.
- Install dependencies.
- Set environment variables in your .env file.
COOKIE_SECRET="{Fill this with a random string}"
API_VERSION="{Specify Jira API version number you want to use, currently used version is '2'}"
- Run development server.
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
- Open http://localhost:3333 with your browser.
- Fill in the configuration page and you can start using the app.
For contributions, please fork this repository, follow how to use section of this readme and later submit a pull request.
You can also open an issue or discussion in case of any questions.