christophenne / trello2planka

MIT License
15 stars 1 forks source link

Mapping of Trello Checklists to Planka Tasks #5

Open christophenne opened 1 year ago

christophenne commented 1 year ago

Trello supports having multiple checklists in one card, and the check items (which would be the tasks in planka) belong to one checklist.

Planka does not support checklists, but only tasks on the card level - see https://github.com/plankanban/planka/issues/74#issuecomment-756114571 .

Options to implement the import:

a) merge all trello checkitems together, i.e. transform all checkitems of one card to one planka task (checklist organization will be lost if there are multiple checklists) b) add each checklist as a comment to planka with the corresponding markdown check formatting (then they won't be planka tasks, but the organization is not lost)

Of course this would only be a problem when multiple checklists are used in a Trello card, otherwise a 1:1 mapping of checkitem to task would not be problematic at all.

HighLiuk commented 2 months ago

Hey @christophenne let me understand - Planka does not support having multiple checklists on a single card because:

christophenne commented 2 months ago

Hi @HighLiuk, I don't know to be honest, you would have to ask in the planka repo whether it is planned to support multiple checklists or not.

Right now the importer tool simply throws all of them together in the one planka tasklist, and the original mapping and order of the items is lost that way, which was good enough for my personal use cases.

HighLiuk commented 2 months ago

Oh Sorry @christophenne I thought you were a maintainer.

christophenne commented 2 months ago

No problem, no I just contributed this trello importer part.