-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[SPACES] default space should support /s/ api #62053
Copy link
Copy link
Closed
Labels
Feature:Security/SpacesPlatform Security - Spaces featurePlatform Security - Spaces featureTeam:SecurityPlatform Security: Auth, Users, Roles, Spaces, Audit Logging, etc t//Platform Security: Auth, Users, Roles, Spaces, Audit Logging, etc t//enhancementNew value added to drive a business resultNew value added to drive a business result
Metadata
Metadata
Assignees
Labels
Feature:Security/SpacesPlatform Security - Spaces featurePlatform Security - Spaces featureTeam:SecurityPlatform Security: Auth, Users, Roles, Spaces, Audit Logging, etc t//Platform Security: Auth, Users, Roles, Spaces, Audit Logging, etc t//enhancementNew value added to drive a business resultNew value added to drive a business result
Type
Fields
Give feedbackNo fields configured for issues without a type.
Describe the feature:
The
defaultspace is the only space that does not use the/s/<name>api approachDescribe a specific use case for the feature:
I understand why the default space uses the api format that it does, but it would make more sense if the
defaultspace supported both api approaches. Being agnostic would mean that thedefaultspace is not a special case when writing automation for spaces in general.