Ticket Change Details
Not logged in
Overview

Artifact ID: 4b8c821283f93e8b07e3d4c37e49a1a771ca8b77
Ticket: 6afb0eab56fd2c745392297522dc3c79dfc4da98
Automatic ticket to check-in referencing
User & Date: jeremy_c 2009-12-31 04:07:10
Changes

  1. Appended to comment:
    
    
    <hr><i>jeremy_c added on 2009-12-31 04:07:10:</i><br>
    You can now do this in a round-about way... What I did:
    
    First: Add a "Short UUID" to your View Ticket page. You can do this by:
    
    <verbatim>
    <th1>
    set shortUuid [string range $tkt_uuid 0 9]
    </th1>
    </verbatim>
    
    Then, display that to the user somewhere:
    
    <verbatim>
    Uuid: $<shortUuid>
    </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>
    </verbatim>
    
    What this does is searches all checkin's for the tickets uuid.
    
    I've also added this to the [Cookbook] page.
    
  2. resolution changed to: "Overcome_By_Events"