Skip to content

satoshi58/ticketeditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ticket editor

"ticket editor" is ticket editing web application

DEMO

not available

Features

web browser base editing jira link

Requirement

  • web server
  • python3(websocket server)

Installation

pip3 install websocket-server
pip3 install requests

Usage

publish index.html on web server

run websocket server with python3

  • you can specify json file which contains ticket data as python3 script argument
python3 server.py
or
python3 server.py xxxxx(json file name)

Note

  • set websocket server address at index.html
  • set default ticket color and default jira ticket tag at index.html
  • set jira web service url and user information at jira.py
  • set websocket server's proxy setting at jira.py

Author

License

"ticket editor" is under MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published