We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a159dea commit 22d6fb9Copy full SHA for 22d6fb9
plugin.rb
@@ -65,7 +65,7 @@ def update
65
end
66
67
on(:topic_created) do |topic, params, user|
68
- topic.custom_fields["assignee_id"] ||= nil # or any default value
+ topic.custom_fields["assignee_id"] ||= 0 # or any default value
69
topic.custom_fields["status"] ||= "new"
70
topic.save_custom_fields
71
0 commit comments