====== actickets Plugin ====== ---- plugin ---- description: A DokuWiki plugin to crossreference ActiveCollab tickets author : Tobias Sarnowski email : sarnowski@new-thoughts.org type : syntax lastupdate : 2016-02-02 compatible : depends : conflicts : similar : ac tags : tickets downloadurl: https://github.com/downloads/sarnowski/dokuwiki-actickets/actickets-1.1.0.zip bugtracker : https://github.com/sarnowski/dokuwiki-actickets/issues sourcerepo : https://github.com/sarnowski/dokuwiki-actickets donationurl: ---- ===== Download and Installation ===== Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually. Before using the plugin, go to the administration configuration and change the URL and Token to your activeCollab's one. For more informations, see [[http://www.activecollab.com/docs/manuals/developers/api/authentication]] and [[http://www.activecollab.com/docs/manuals/developers/api/api-status]]. ===== Syntax and Usage ===== Put the following line on top of your page to set a global project of the page: {{Project:}} example: {{Project:123}} Afterwards you can reference any ticket in the project via # example: #5678 If you don't want to a add a global project ID or want to reference a ticket from another project, you can add the project ID on a per-ticket basis: #- example: #123-5678