Skip to content

mkysoft/osticket-kanboard-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

osticket-kanboard-integration

osTicket task to Kanboard integration

This integration php script getting ticket related open task for a department from osTicket then create them on Kanboard and create link to ticket.

We need some API improvements on osTicket side for making integration. You can use my two osTicket pull request for making these improvement.

task api: osTicket/osTicket#4265

thread api: osTicket/osTicket#4269

I am also adding this changes to osTicket_API folder.

Installation

  1. Make improvement on osTicket for API.
  2. Copy osticket-to-kanboard.php script to your server.
  3. Change configuration parameters in osticket-to-kanboard.php file.
  4. Add cron for scheduling.

For adding cron:

Edit /etc/crontab in server and add below line:

*/5 * * * * root /usr/bin/php /var/www/osticket-to-kanboard.php

Roadmap

  • Create comment as link for Kanboard task on osTicket.
  • Auto close ticket when task completed on Kanboard.

About

osTicket task to Kanboard integration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages