Wie verknüpfe ich eine Karte (Tracker-Kanban-Aufgabe) mit einem Git-Commit?

631
Toben

Ich wollte wissen, ob es eine Möglichkeit gibt, ein Commit mit einer Karte zu verknüpfen (Tracker Kanban Task). Weil ich das Commit abrufen wollte, das den Fehler behoben hat.

1

1 Antwort auf die Frage

1
Nico

A card is an artifact and a git commit is also an artifact, so you can reference the two ones by the short name and the number of the artifact. for example, on a git commit you can set in the comment the reference of the bug, bug #23. In this way there will be a crossed reference between the commit and the card.