687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
|
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
|
-
+
|
</verbatim>
All that does is make it easy for the developer to copy/paste a sensible UUID into their commit log.
Now, continuing, on the same View Page add a link to view associated tickets:
<verbatim>
<a href="/timeline?y=ci&s=$<shortUuid>">associated tickets</a>
<a href="$<baseurl>/timeline?y=ci&s=$<shortUuid>">associated tickets</a>
</verbatim>
What this does is searches all checkin's for the tickets uuid, thus, you can now see all checkin's that are linked with the given ticket.
<div>
<h2><a name="th1-usage">Fossil Th1</a></h2>
|