Add a TypeScript CommentIssueStatusType enum.
Review Request #13711 — Created April 7, 2024 and submitted — Latest diff uploaded
This provides a formal type for comment issue status types, succeeding
the oldBaseComment.STATE_*
constants. Those constants are still
available, but now just map to the enum values.The enum will help ensure proper type safety in new code working with
comment issue statuses.
Unit tests pass.