Skip to content

Allow milestone references to specify a group

Currently, markdown references typically can only reference a group/project. You can't directly reference a group label or group milestone. For example this would work, engineering/mobile/android%"Mobile Milestone", but this engineering/mobile%"Mobile Milestone" would not.

This leads to problem such as Milestones with duplicate name at different gro... (#424736 - closed)

header header
- Engineering (group)
  - Mobile (group)
    - Mobile Milestone
    - iOS (project)
      - Milestone 1.2
    - Android (project)
      - Milestone 1.2
    - Samsung (group)
      - Samsung Label
      - Samsung Milestone
      - Handy (project)
        - Handy Milestone
        - Handy Label

Screenshot_2024-01-26_at_12.02.28_PM

Notice that for the group label ~Samsung Label, we can only reference it by referencing it in the project.

Edited by Brett Walker