Skip to content

Commit 34834c4

Browse files
authored
Update code.js
UI action script code
1 parent d91098a commit 34834c4

File tree

1 file changed

+1
-1
lines changed
  • Client-Side Components/UI Actions/Convert Incident to a story

1 file changed

+1
-1
lines changed

Client-Side Components/UI Actions/Convert Incident to a story/code.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gr.short_description = current.short_description; // Copy short description
77
gr.description = current.description; // Copy full description
88
gr.type = "Fix"; // Set story type to 'Fix'
99

10-
// Assign caller as both requirements owner and tester
10+
// Assign caller as tester
1111
gr.u_tester = current.caller_id;
1212

1313
// Link story to originating incident

0 commit comments

Comments
 (0)