Warning: Undefined variable $filepath in /home/tiki-doc/public_html/lib/wiki-plugins/wikiplugin_tikidocfromcode.php on line 146

Warning: Undefined variable $basepath in /home/tiki-doc/public_html/lib/wiki-plugins/wikiplugin_img.php on line 953
PluginKanban | Documentation for Tiki Wiki CMS Groupware
Loading...
 
Skip to main content

History: PluginKanban

Preview of version: 26

PluginKanban

New in Tiki25 (work was done for Tiki24 but it wasn't ready). Use this wiki plugin to move tracker items with drag & drop capabilities in Trello-like boards.

Here is a demo: https://kanban.dev4.evoludata.com/

If setting up manually:

It requires following preference settings to work:

  • API access enabled (Security > API access),
  • Always Load Vue.js (Features > Interface > Always Load Vue.js),
  • Enable Vue.js (Features > Interface > Enable Vue.js)


Search for "vuejs". Tiki search wont find "vue" or "vue.js".

Alternatively using profiles:

On fresh installs of Tiki >= 25.x you will be able to use
https://profiles.tiki.org/Kanban_Board via the Wizard, click to apply any profile but click 25.x as version then enter "Kanban" in the search field of the profiles management page. Then apply the profile and visit https://example.org/tiki-index.php?page=Kanban-Board.

Parameters

Tiki Doc From Code error: kanban not found

Examples

Example 1

This code:

Copy to clipboard
{kanban boardTrackerId="8" title="f_112" description="f_114" column="f_113" swimlane="f_117" order="f_111"}


As of 2023-01-05, doc.tiki.org is not yet set up for Kanban so there is an error below.

Would produce on this site:

Example from imported Kanban profile

If you use https://profiles.tiki.org/Kanban-Board-25,
to get a decent result, you would need to use the following code and not the code from that profile:

Copy to clipboard
{kanban boardTrackerId=12 title="ktaskName" description="ktaskDescription" column="ktaskStage" swimlane="ktaskSwimlane" order="ktaskColumn" wip="15,10,5,30"}

The result should be like this:
KanbanCapture

Aliases

Plugin Kanban | Kanban

Related

History

Information Version
Marc Laporte 36
Bruno Kambere 35
Xavier de Pedro 34
Bruno Kambere 33
Bernard Sfez / Tiki Specialist Improve the doc for manual setup 32
Benoit Grégoire 31
Bernard Sfez / Tiki Specialist Added missing information about Column string tyoe (need to be numerical) 30
Bernard Sfez / Tiki Specialist 29
Bernard Sfez / Tiki Specialist Added information to ease the initial setup 28
Aris Bernotas working Kanban board for tiki documentation moved to its own wiki page 27
Aris Bernotas 26
Aris Bernotas restore swapped fields. and added screenshot how plugin kanban should look when you use a kanban profile for tiki profiles. 25
Aris Bernotas swapped order and column fields. It should work now? 24
Bernard Sfez / Tiki Specialist 23
Bernard Sfez / Tiki Specialist 22
Bernard Sfez / Tiki Specialist 21
Bernard Sfez / Tiki Specialist 20
Bernard Sfez / Tiki Specialist 19
Bernard Sfez / Tiki Specialist 18
Marc Laporte 17
Marc Laporte 16
Marc Laporte 15
Marc Laporte 14
Marc Laporte 13
Marc Laporte 12
Marc Laporte 11
Marc Laporte Copied some notes from Benoit, in chat log 10
Carsten Aevermann 9
Carsten Aevermann 8
Carsten Aevermann 7
Xavier de Pedro 6
Xavier de Pedro 5
Xavier de Pedro 4
Marc Laporte 3
Marc Laporte 2
Marc Laporte 1
Show PHP error messages