Uploaded image for project: 'Xray for Jira'
  1. Xray for Jira
  2. XRAY-7023

Add possibility of iterating over folders when the user is exporting issues from Test Plan and Test Repository board.

    XporterXMLWordPrintable

Details

    • New Feature
    • Status: Under Consideration
    • Resolution: Unresolved
    • None
    • None
    • Document Generator
    • None
    • UNCOVERED

    Description

      Example:

      Test Repository folder

      • Test-1
      • Test-2
      • Cucumber Tests(3)
        • Test-3
        • Test-4
        • Test-5
      • Manual Tests(2)
        • Test-6
        • Test-7

       

      Document Generator template:

      //Printing Tests of the 1st level
      &{for issues}
      ${Key} - ${Summary} 
      &{end}
      
      //Printing folders and their tests
      #{for f=FoldersCount}
      Heading 2 -> ${Folders[f].Name}
           #{for ft=Folders[n].TestsCount}
               ${Folders[f].Tests[ft].Key} - ${Folders[f].Tests[ft].Summary} 
           #{end}
      #{end}

      Attachments

        Issue Links

          Activity

            People

              helder.ferreira Helder Ferreira
              rmbr Rui Rodrigues
              Votes:
              7 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated: