Strise Connect API Docs
TypesEnums

EntityStatusSystemKind

A system-provided entity status (v2): the fixed targets a team's legacy statuses migrate to.

enum EntityStatusSystemKind {
  ACTIVE
  IN_ASSESSMENT
  IN_FOUR_EYES_REVIEW
  REJECTED
  REMOVED
}

Values

ACTIVE

Entity is active in the portfolio.

IN_ASSESSMENT

Entity is being assessed. New entities enter here.

IN_FOUR_EYES_REVIEW

Entity's assessment is awaiting four-eyes review sign-off.

REJECTED

Entity has been rejected and leaves the portfolio.

REMOVED

Entity has been removed and leaves the portfolio.

Member Of

EntityStatus object

On this page