-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Implement new short URL service #98110
Copy link
Copy link
Closed
Labels
Feature:SharingURLsShort URLs and Share URL featuresShort URLs and Share URL featuresimpact:mediumAddressing this issue will have a medium level of impact on the quality/strength of our product.Addressing this issue will have a medium level of impact on the quality/strength of our product.
Metadata
Metadata
Assignees
Labels
Feature:SharingURLsShort URLs and Share URL featuresShort URLs and Share URL featuresimpact:mediumAddressing this issue will have a medium level of impact on the quality/strength of our product.Addressing this issue will have a medium level of impact on the quality/strength of our product.
Type
Fields
Give feedbackNo fields configured for issues without a type.
As part of the new URL Service we will refactor and re-implement from scratch our Short URL Service. This ticket tracks its initial implementation.
idandslugof the short URL be separate fields.[a-zA-Z0-9\.\-\_]characters in slug.idorslug.POST /api/short_urlGET /api/short_url/<id>GET /api/short_url/_slug/<slug>DELETE /api/short_url/<id>Part of #87304