Skip to content
Snippets Groups Projects

Add a Tag Name filter to the Incident Timeline API

7 unresolved threads
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -18,7 +18,7 @@ def execute
# rubocop:disable Rails/Output
puts 'START'
puts timeline_tags_list.to_yaml
puts timeline_tags_list.find(params[:tag_name])
puts 'END'
# rubocop:enable Rails/Output
Loading