Skip to content

raffaelecolatrella/jtrac

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Fork of JTRAC

For one of my IT project, we decided to use JTrac as a ticket issue system. I made a fork to share the customization that I made to fit our own requeriements :

  • new textarea input field
  • manage a list of links to external site or to save previous searchs : jtrac_search_detail
  • new design of the website : a new logo, a web text editor with ckeditor.js and a new css
  • all the other default features of JTrac are still available : http://jtrac.info/doc/html/features.html

Run the project

To start the project, you just need to run the file etc/start.bat and go to http://localhost:8484/jtrac/app/login. Note : to change the port of the application you just need to edit -Djetty.port=[port numbre] in etc/start.bat.

Screenshots of the fork

Dashboard screen

jtrac_dashboard

Settings screen

jtrac_configuration_settings

Ticket screen

jtrac_detail_ticket

Edit the list of link screen

jtrac_listlink_manager

Add new custom field screen

jtrac_new_custom_field

All the type of options for a ticket screen

jtrac_options

New ticket screen

jtrac_new_ticket

New ticket with all options screen

jtrac_ticket_all_type_input

Search result screen

jtrac_search

About

Customization of Jtrac

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 81.4%
  • Java 17.7%
  • Other 0.9%