Skip to content
Snippets Groups Projects

Create Epic Elasticsearch index

Merged Madelein van Niekerk requested to merge 250699-epic-index into master
2 files
+ 5
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -25,6 +25,7 @@ def as_indexed_json(_options = {})
data['due_date'] = target.end_date || target.due_date_from_inherited_source
data['traversal_ids'] = target.group.elastic_namespace_ancestry
data['label_ids'] = target.label_ids.map(&:to_s)
data['hashed_root_namespace_id'] = target.group.hashed_root_namespace_id
# Schema version. The format is Date.today.strftime('%y_%m')
# Please update if you're changing the schema of the document
Loading