Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Version published after converting to the new editor


Panel
titleContents

Table of Contents
excludeSyntax|Supported Fields|Supported Operators|Examples|Test Definition Folder|Test Definition Path|Test Plan|Failed in Execution
 

...

Panel

Definition Tree - Context menu operations

The definition tree can contain items of three different types.
These are tree folders, test items and a root folder.
Each of these item types has its own set of context menu entries, whereby some menu entries are present in more than one set.
For each of the following context menu operations the item types providing this operation are indicated.

Folder related operations


Available for:tree folderroot foldertest item
Create folderOpens the create folder dialog.
Within the dialog you can enter a name and a description for the new folder.
Attachments can be uploaded for folders and inserted into the description field. Only images are supported.
Note that the names of folders with the same parent folder have to be unique.
Click Create to create the new folder below the selected one. 

EditOpens the edit folder dialog.
The dialog allows you to change the name and the description of a folder.

DeleteOpens the delete folder dialog.
Deleting a folder will also delete all subfolders and remove all contained tests from the definition tree.
The tests won't be deleted and can be added again later.

Expand allExpands the selected tree folder and all subsequent folders.

Collapse allCollapses the selected tree folder and all subsequent folders.

Refresh folderRefresh the folders content and fetch new data from server.

Show in issue navigatorOpens the JIRA issue navigator in a new browser tab / window.
Applies a search query using the testDefinitionPath JQL extension to display all issues contained
in the selected folder and its subsequent folders in the issue navigator. 

CutStage a folder or test for cutting.

PastePaste staged content into the selected folder.
Note that the staged content will be moved to the new folder not copied.
Cutting and pasting can be used only within the same plan tree.
A staged test can be pasted to every folder of the same plan tree.
A staged folder can be pasted to the root folder of the same plan tree.
Moving a folder to another tree folder can be done via drag and drop. 

Test related operations


Available for:tree folderroot foldertest item
Create issueOpens the JIRA Create Issue dialog.
More information to creating issues can be found in the JIRA documentation.
Click Create to create the new issue / test and add it to the selected folder or the parent
folder if a test item was selected.

Add existing issuesOpens the add existing issues dialog.
Select Add all ... to add all issues created on the selected test project that aren't already part of the tree.
Select Search for issues to search for recently viewed issues to add them to the selected folder.
Select From filter to add all issues matching the provided filter or JQL query.
Note that when selected Search for issues or From filter the selected issues do not necessarily come
from the same project the definition tree belongs to.
Also issues that are already part of this definition tree won't be added. 

Edit issueOpens the JIRA Edit Issue dialog.
More information to editing issues can be found in the JIRA documentation.

Add linkOpens the add link dialog.
This allows you to  add a JIRA issue link between the test selected in the definition tree and one or more
tests selected from the dialog. 

Test executionOpens the add execution dialog for this particular test.
This allows you to create and run a single test execution right out the definition tree.
For further information take a look at the Test Execution - Reference. 

RemoveOpens the remove test dialog.
The test will only be removed from the definition tree.
It won't be deleted and can be added again later. 


...