"ticket editor" is ticket editing web application
not available
web browser base editing jira link
- web server
- python3(websocket server)
pip3 install websocket-server
pip3 install requestspublish 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)- 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
"ticket editor" is under MIT license.