Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
# frozen_string_literal: true
module WorkItems
module Widgets
class Hierarchy < Base
def parent
work_item.work_item_parent
end
def children
work_item.work_item_children_by_relative_position