summaryrefslogtreecommitdiff
path: root/data/deprecations/15-9-deprecate-legacy-requirements-iid.yml
blob: 05ae0feaa47f166aa8f258289702cdfb314bbbcf (plain)
1
2
3
4
5
6
7
8
9
10
- title: 'The GitLab legacy requirement IID is deprecated in favor of work item IID'
  announcement_milestone: '15.9'
  removal_milestone: '17.0'
  breaking_change: true
  reporter: mmacfarlane
  body: |
    We will be transitioning to a new IID as a result of moving requirements to a [work item type](https://docs.gitlab.com/ee/development/work_items.html#work-items-and-work-item-types). Users should begin using the new IID as support for the legacy IID and existing formatting will end in GitLab 17.0. The legacy requirement IID remains available until its removal in GitLab 17.0.

  stage: plan
  issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/390263