Uploaded image for project: 'Xray for Jira Cloud'
  1. Xray for Jira Cloud
  2. XRAYCLOUD-6354

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

    XporterXMLWordPrintable

Details

    • UNCOVERED

    • 24

    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

              joana.fonseca Joana Fonseca
              lpss Luis Sousa
              Votes:
              5 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: