We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d91098a commit 34834c4Copy full SHA for 34834c4
Client-Side Components/UI Actions/Convert Incident to a story/code.js
@@ -7,7 +7,7 @@ gr.short_description = current.short_description; // Copy short description
7
gr.description = current.description; // Copy full description
8
gr.type = "Fix"; // Set story type to 'Fix'
9
10
-// Assign caller as both requirements owner and tester
+// Assign caller as tester
11
gr.u_tester = current.caller_id;
12
13
// Link story to originating incident
0 commit comments