Skip to content

BE support to create objectives, add feature flag for okrs

What does this MR do and why?

Backend work to support !102721 (merged) & gitlab-org/incubation-engineering/okr/meta#9 (closed)

Describe in detail what your merge request does and why.

  1. Extend IssueTypeEnum to include Objective
  2. Add a new ee-only feature-flag okrs_mvc
  3. Include Objectives in issue list API
  4. Use work-items/:id as link address in issue list
  5. Add Okrs as an ultimate feature.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. From rails console, run `License.feature_available(:okrs) should return true only if the license is ULTIMATE
  2. Should be able to enable and disable okrs_mvc feature flag

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Abhilash Kotte

Merge request reports