Jira quick issue creator. C# written on dotnetcore, docker supported.
Go to file
2024-09-05 13:33:51 +03:00
src public release 1.0.0.17 2024-09-05 13:33:51 +03:00
.dockerignore public release 1.0.0.17 2024-09-05 13:33:51 +03:00
.gitattributes public release 1.0.0.17 2024-09-05 13:33:51 +03:00
.gitignore gitignore 2024-09-05 13:29:44 +03:00
docker-compose.yml public release 1.0.0.17 2024-09-05 13:33:51 +03:00
Dockerfile public release 1.0.0.17 2024-09-05 13:33:51 +03:00
LICENSE Initial commit 2019-11-22 11:13:21 +03:00
Makefile public release 1.0.0.17 2024-09-05 13:33:51 +03:00
README.md Update README.md 2019-12-04 16:03:16 +03:00

jira-quick-issue-creator

Supported themes:

Set theme in UI section of appsettings.json:

"UI": {
    "Theme": "default",

of via enviroment-file vars or compose-file:

    - UI_Theme: default

Themes:

  • cerulean
  • cosmo
  • cyborg
  • darkly
  • default
  • flatly
  • journal
  • litera
  • lumen
  • lux
  • materia
  • minty
  • pulse
  • sandstone
  • simplex
  • sketchy
  • slate
  • solar
  • spacelab
  • superhero
  • united
  • yeti

You cah check live demos at official https://bootswatch.com/ site.