...
Panel | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Definition Tree - Context menu operationsThe definition tree can contain items of three different types. Folder related operations
Test related operations
|
Panel |
---|
Definition Tree - Drag and drop operationsThe definition tree supports the following drag and drop operations:
|
Panel |
---|
Definition Tree - FilterClick on the Filter button to open the filter input. Similar to the JIRA issue search the filter input provides a basic and an advanced mode. Once a filter is applied only tests matching the filter query are displayed. Click on the Clear button to remove a filter in advanced mode. |
Panel | ||||||
---|---|---|---|---|---|---|
Definition Tree - ExportClick on the Export button to open the export menu. The following tables describe the export content in each format depending on issue type and applied filter. Since the XML export provides information that can be used to integrate another application with T4J via its REST API a complete example export file is provided. Plan Tree - Export formatsXML Code Block | | |||||
|
Type of the selected tree item | Content | Filter applied |
Test item | Detailed information about the selected test item including item ids that can be used for REST API calls. | |
Contains the same information stated above. | ||
Tree folder | Contains no information except for the following items: <trees><tree/></trees> | |
Detailed information about the selected tree folder and all subsequent folders and contained test items. | ||
Root folder or nothing selected | Detailed information of the root folder. | |
The content is equivalent to the content when selecting a tree folder just with the root folder as top level element. |
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<?xml version="1.0" encoding="UTF-8"?> <trees> <nameDisplay>PROJECT</nameDisplay> <tree> <folders> <parent>-2</parent> <name>PROJECT</name> <folders> <description/> <name>Example Folder</name> <id>-1</id> <description>An example folder</description> <nameDisplay>PROJECT</nameDisplay> <id>658</id><parent>-2</parent> <folders> <nameDisplay>Example Folder</nameDisplay> <name>Example Folder</name> <parent>-1</parent> <description>An example folder</description> <folders> <id>658</id> <name>Subfolder</name> <nameDisplay>Example Folder</nameDisplay> <description>A subfolder of the example folder.</description> <parent>-1</parent> <id>668</id> <folders> <nameDisplay>Subfolder</nameDisplay> <name>Subfolder</name> <parent>658</parent> <description>A subfolder of the example folder.</description> <issues> <id>668</id> <id>1000</id> <nameDisplay>Subfolder</nameDisplay> <issueId>12300<<parent>658</issueId>parent> <issues> <key>PRJ-20</key> <id>1000</id> <url>http://host:port/jira/browse/PRJ-20</url> <issueId>12300</issueId> <summary>ExampleTest</summary> <key>PRJ-20</key> <description>test description</description> <url>http://host:port/jira/browse/PRJ-20</url> <descriptionHTML><p>test description</p></descriptionHTML> <summary>ExampleTest</summary> <iconUrl>http://host:port/jira/images/icons/issuetypes/newfeature.png</iconUrl> <description>test description</description> <issueType>New Feature</issueType> <descriptionHTML><p>test description</p></descriptionHTML> <position>1</position> <iconUrl>http://host:port/jira/images/icons/issuetypes/newfeature.png</iconUrl> <status>To Do</status> <issueType>New Feature</issueType> <statusUrl>http://host:port/jira/images/icons/statuses/open.png</statusUrl> <position>1</position> <priority>Major</priority> <status>To Do</status> <priorityUrl>http: <statusUrl>http://host:port/jira/images/icons/prioritiesstatuses/majoropen.png</priorityUrl>statusUrl> <attributes><priority>Major</priority> <priorityUrl>http://host:port/jira/images/icons/priorities/major.png</priorityUrl> <attribute> <attributes> <name>Custom - Hidden Job Switch</name> <attribute> <value>false</value> <name>Custom - Hidden Job Switch</name> <value>false</value> </attribute> </attributes> <links> <link> <linkName>is blocked by</linkName> <issueKey>PRJ-17</issueKey> <issueSummary>Linked Issue</issueSummary> <issueUrl>http://host:port/jira/browse/PRJ-17</issueUrl> <priority>Major</priority> <status>To Do</status> </link> </links> <teststeps> <teststep> <id>53</id> <name>Example Test Step</name> <description>An example test step using parameter p1: ##p1##</description> <result>The expected result.</result> </teststep> </teststeps> <parameters> <parameter> <key>p1</key> <value>parameter value</value> </parameter> </parameters> <path>Example Folder</path> <path>Subfolder</path> <combinedPath>\PRJ\Example Folder\Subfolder</combinedPath> </issues> <position>1</position> </folders> <position>1</position> </folders> <position>0</position> </folders> </tree> </trees> |
Excel
Wordfolders>
</tree>
</trees> |
Excel
Type of the selected tree item | Content | Filter applied |
Test item | Contains basic information about the selected issue. Also contains information about issue links, test steps, parameters and custom JIRA issue fields. | |
Contains the same information stated above. | ||
Tree folder | Contains no information. | |
Contains the name of the selected folder. Contains the folder path for all issues contained in the selected folder and subsequent folders. Also contains basic informations for those issues and information about the test steps. | ||
Root folder or nothing selected | Contains the name of the project. | |
The content is equivalent to the content when selecting a tree folder just with the root folder as top level element. |
Word
Type of the selected tree item | Content | Filter applied |
Test item | Contains basic information about the selected test item. Also contains information about issue links, test steps, parameters and custom JIRA issue fields. | |
Contains the same information stated above. | ||
Tree folder | Contains no information. | |
Contains the name of the selected folder and all subsequent folders and basic information about the contained issues. | ||
Root folder or nothing selected | Contains the name of the project. | |
The content is equivalent to the content when selecting a tree folder just with the root folder as top level element. |