Managing Parameters - Edit & Export Guide
Editing Parameters
You can edit parameters if you have the appropriate permissions. Workspace-level parameters created at the workspace level cannot be edited from project context.
To edit a parameter:
-
Click on a parameter row to open its details modal.
-
Click the “Edit Parameter” button.
-
The parameter information becomes editable:
- Modify the parameter name
- Update the parameter value
- Update the description
-
For Workspace Parameters: The project scope section becomes editable:
- Change between “All Projects” and “Selected Projects”
- Add or remove projects from the selection
-
Click “Save Changes” to apply all modifications.
-
As a result, the parameter is updated, and the new value will be used wherever the parameter is referenced.
Note: Changing a parameter value updates it everywhere it’s used. Be careful when editing parameters that are used in many places.
Deleting Parameters
You can delete parameters if you have the appropriate permissions. Deleting a parameter requires handling its usages.
To delete a parameter with no usages:
-
Open the parameter’s details modal.
-
Click the “Delete Parameter” (workspace) or “Remove Parameter” (project) button.
-
A confirmation dialog will appear:
- Confirms that the parameter isn’t used anywhere
- Explains that deletion is safe
- Notes that the action cannot be undone
-
Click “Delete Parameter” to confirm.
-
As a result, the parameter is deleted.
To delete a parameter with usages:
-
Open the parameter’s details modal.
-
Click the “Delete Parameter” button.
-
A “Smart Delete” modal will appear showing:
- Usage Warning: Alert indicating the parameter is used in multiple places
- Usage Breakdown: Detailed list showing:
- Testcases using the parameter (with names)
- Requirements using the parameter (with names)
- Shared Steps using the parameter (with names)
- Action Options:
- Remove from usages: Removes the parameter reference from all usages (leaves them empty)
- Replace with value: Replaces all parameter references with a specific value
-
Choose an action:
Option 1: Remove from usages:
- Click “Remove from usages”
- As a result, the parameter is deleted, and all references to it are removed from testcases, requirements, and shared steps
Option 2: Replace with value:
- Click “Replace with value”
- Enter the replacement value in the input field
- Click the action button to confirm
- As a result, the parameter is deleted, and all references are replaced with the specified value
-
As a result, the parameter is deleted according to your chosen action.
Note: For workspace parameters deleted from project context, the parameter is removed only from that project but remains available in the workspace and other projects.
Exporting Parameters
You can export parameters to CSV format for backup or migration purposes.
To export parameters:
-
Click the “Export as CSV” button in the header.
-
As a result, a CSV file is downloaded containing:
- Parameter Name
- Description
- Value
- Project Scope
- Projects
- Testcases (list of test cases using the parameter)
- Requirements (list of requirements using the parameter)
- Shared Steps (list of shared steps using the parameter)
Bulk Export
-
Enable bulk mode (if available) and select multiple parameters.
-
Click “Export Selected” or use the export button.
-
As a result, only the selected parameters are exported.
Permissions
Access to parameter management features depends on your role:
- Workspace Owner: Full access to all parameter features
- Administrator: Can create, edit, and delete parameters
- Workspace Manager: Can create and edit parameters
- Team Member: Can view parameters (read-only)
- Viewer: Read-only access
Note: Workspace-level parameters created at the workspace level cannot be edited from project context, even with appropriate permissions.
Was this page helpful?