Module: IssuableLink

Extended by:
ActiveSupport::Concern
Included in:
LinkableItem
Defined in:
app/models/concerns/issuable_link.rb

Overview

IssuableLink concern

Contains common functionality shared between related Issues and related Epics

Used by IssueLink, Epic::RelatedEpicLink

Constant Summary collapse

100
TYPE_RELATES_TO =
'relates_to'
TYPE_BLOCKS =

EE-only. Kept here to be used on link_type enum.

'blocks'