Gebruikershulpmiddelen

Site-hulpmiddelen


werkgroep:ict:handleidingen:kanban:mattermost

Dit is een oude revisie van het document!


Mattermost

Nieuwe deelnemers uitnodigen

Een deelnemer kan een ander persoon uitnodigen om deelnemer te worden via “Invite Members” wat te vinden is aan de linkerzijde van het venster onderaan.
Dat kan met een naam waarmee iemand al bekend is in Mattermost of via het e-mailadres van de betreffende persoon. Door op “Invite” te klikken wordt een e-mail naar de persoon die deelnemer wil worden gestuurd.

Kanban

Kanban heet Boards in Mattermost

Trello import

Import scope

Currently, the script imports all cards from a single board, including their list (column) membership, names, and descriptions.

Importing

This node app converts a Trello .json archive into a .boardarchive file.

  1. From the Trello Board Menu, select …Show Menu.
  2. Select More > Print and Export > Export to JSON.
  3. Save the generated file locally, e.g. to trello.json.
  4. *The install part
  5. *Conversion part
  6. In Boards, open the board you want to use for the export.
  7. Select Settings > Import archive and select archive.boardarchive.
  8. Select Upload.
  9. Return to your board and confirm that your Trello data is now displaying.

*Install part

npm is the package manager for Node.js and the JavaScript coding language.

  1. Open a terminal window on your local machine and clone the focalboard repository to a local directory, e.g. to focalboard: git clone https://github.com/mattermost/focalboard focalboard
  2. Navigate to focalboard/webapp.
  3. Run npm install.
  4. Change directory to focalboard/import/trello.
  5. Run npm install.

*Conversion part

  1. From within the same folder, run npx ts-node importTrello.ts -i <path-to-trello.json> -o archive.boardarchive.
werkgroep/ict/handleidingen/kanban/mattermost.1710712527.txt.gz · Laatst gewijzigd: 2024/03/17 22:55 door wim