Skip to content

Fix linking of issues to epic

Alexander Turinske requested to merge fix-epic-linking into master

The issues were not being linked to the epic because

  1. the gid was being created with epicId, which is an object,
  2. the epicGid.value was being used for the GraphQL query, but epicGid is a string, so epicGid.value was always undefined

Merge request reports