changedInput schema / properties / automationStatus / enum
Previous value: -[
- "automated",
- "manual",
- "not_automated"
-]New value: +[
+ "Manual",
+ "Automated",
+ "To be automated"
+]
changedInput schema / properties / behavior / enum
Previous value: -[
- "positive",
- "negative",
- "destructive"
-]New value: +[
+ "positive",
+ "negative",
+ "destructive",
+ "Not set"
+]
removedInput schema / properties / isFlaky
Removed value: -{
- "description": "Filter test cases marked as flaky. Set to true to show only flaky tests, false for non-flaky.",
- "type": "boolean"
-}
changedInput schema / properties / layer / enum
Previous value: -[
- "e2e",
- "api",
- "unit"
-]New value: +[
+ "e2e",
+ "api",
+ "unit",
+ "not set"
+]
changedInput schema / properties / limit / default
Previous value: -50New value: +10
changedInput schema / properties / limit / description
Previous value: -"Maximum number of results to return (default: 50, max: 1000)."New value: +"Maximum number of results to return (default: 10, max: 1000)."
changedInput schema / properties / priority / enum
Previous value: -[
- "critical",
- "high",
- "medium",
- "low"
-]New value: +[
+ "high",
+ "medium",
+ "low",
+ "Not set"
+]
changedInput schema / properties / search / description
Previous value: -"Search term to match against title, description, or caseId. Example: 'login' or 'TC-123'."New value: +"Search term to match against title or caseId. Example: 'login' or 'TC-123'."
changedInput schema / properties / severity / enum
Previous value: -[
- "critical",
- "major",
- "minor",
- "trivial"
-]New value: +[
+ "Blocker",
+ "critical",
+ "major",
+ "Normal",
+ "minor",
+ "trivial",
+ "Not set"
+]
changedInput schema / properties / status / enum
Previous value: -[
- "actual",
- "draft",
- "deprecated"
-]New value: +[
+ "active",
+ "draft",
+ "deprecated"
+]
changedInput schema / properties / tags / description
Previous value: -"Filter by tags (comma-separated list). Example: 'smoke,regression' or 'critical'."New value: +"Filter by tags. Can be a single tag or comma-separated tags. Example: 'smoke' or 'smoke,regression,login'."
addedInput schema / properties / time
Added value: +{
+ "description": "Filter by time interval.",
+ "enum": [
+ "last 1 hour",
+ "Last 5 hours",
+ "Yesterday",
+ "last 7 days"
+ ],
+ "type": "string"
+}
changedInput schema / properties / type / enum
Previous value: -[
- "functional",
- "smoke",
- "regression",
- "security",
- "performance",
- "e2e"
-]New value: +[
+ "functional",
+ "smoke",
+ "regression",
+ "security",
+ "performance",
+ "e2e",
+ "Integration",
+ "API",
+ "Unit",
+ "Accessability",
+ "Compatibility",
+ "Acceptance",
+ "Exploratory",
+ "Usability",
+ "Other"
+]