Changes between Version 110 and Version 111 of TestManagerForTracPlugin


Ignore:
Timestamp:
Jan 28, 2014, 12:55:19 AM (10 years ago)
Author:
Ryan J Ollos
Comment:

Parameters were incorrect, at least for version 1.8.1 of the plugin.

Legend:

Unmodified
Added
Removed
Modified
  • TestManagerForTracPlugin

    v110 v111  
    310310This plugin also supports the TracTicketTemplatePlugin to fill a ticket template with this information. In this case, you can use the following parameters in the target ticket template to receive the information:
    311311
    312  * testCaseNumber: The wiki page for the corresponding Test Case
    313  * planId: The ID of the Test Plan
    314  * planName: The name of the Test Plan
     312 * testcaseid: The wiki page for the corresponding Test Case
     313 * planid: The ID of the Test Plan
     314 * planname: The name of the Test Plan
    315315
    316316For example, to get the test case number, you template will have something like:
     
    318318{{{
    319319  some template text
    320   Test Case: %(testCaseNumber)s
     320  Test Case: %(testcaseid)s
    321321  some template text
    322322}}}