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

    • Suggestion
    • Status: Gathering Interest
    • 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
              lpss Luis Sousa
              Votes:
              2 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: