====== ac Plugin ====== ---- plugin ---- description: Integration with activeCollab author : Adrian Lang email : dokuwiki@cosmocode.de type : syntax, action lastupdate : 2016-07-06 compatible : depends : conflicts : similar : tags : activecollab, tickets, ajaj, ajax downloadurl: https://github.com/cosmocode/ac/zipball/master bugtracker : https://github.com/cosmocode/ac/issues sourcerepo : https://github.com/cosmocode/ac/ donationurl: ---- [[https://www.cosmocode.de/en/open-source/dokuwiki-plugins/|{{ https://www.cosmocode.de/static/img/dokuwiki/dwplugins.png?recache|A CosmoCode Plugin}}]] ===== Download and Installation ===== Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually. ===== Configuration ===== In order to access the target [[https://activecollab.com/|activeCollab]] instance, ac needs the base URL of its API (i.e. ''%%http://example.com/ac/public/api.php%%'') and the API access token of an activeCollab user with sufficient rights. ===== Usage ===== ac allows to include a list of open tickets with related tasks for projects. Just include the following code in your wiki page: {{AC::tickets>PROJECT}} The ticket and task lists are then loaded dynamically via AJAX((Actually, it’s “AJAJ” or “AJAJSON”.)).