Skip to content

daniel-beranek/jira-worklogs-manager

Repository files navigation

Better Stack Badge

Jira Worklogs Manager

Simple application allowing you to add and review your Jira worklogs.

Core features:

  • Quickly review your worklogs for selected date
  • Log work to an issue

How to use:

Official website:

Open the website in your browser, fill in the configuration page and start using it out of the box.

Run locally:

  1. Fork this repository.
  2. Install dependencies.
  3. 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'}"
  1. Run development server.
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
  1. Open http://localhost:3333 with your browser.
  2. Fill in the configuration page and you can start using the app.

Contribution:

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.