plane icon indicating copy to clipboard operation
plane copied to clipboard

[feature]: vanity url for Issues

Open claytonchew opened this issue 1 year ago • 1 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Summary

Having unique "vanity" url for each Issue that references the Issue's no.,

i.e. https://url-to-plane.tld/issues/{issue_no} where issue_no is {identifier}-{sequence_id}.

For example,

https://url-to-plane.tld/issues/AB-123

gets translated to

https://url-to-plane.tld/workspace/projects/{uuid}/issues/{uuid}.

Why should this be worked on?

Having vanity urls for issues opens up a new set of use cases, for example blow:

GitHub introduced "Autolink Reference" integration where references in GitHub pull request, issues and commits can be converted to non-Github links.

image

For example, when user references a plane issue no. below:

plane#AB-123

gets converted to

https://url-to-plane.tld/issues/AB-123

The problem is the current URL uses UUID, https://url-to-plane.tld/workspace/projects/{project_uuid}/issues/{issue_uuid}, made it not possible for such use case above.

claytonchew avatar Jun 07 '24 03:06 claytonchew

This would be great, especially for published projects so that they are "prettier" to our customers.

tcatlas avatar Jul 25 '24 17:07 tcatlas

+1 this has two benefits in my view: 1) shorter URLs are neater/easier to share or reference in docs, 2) automatic GitHub issue linking is possible.

leedsjb avatar Nov 19 '24 06:11 leedsjb

Similar to #1186

leedsjb avatar Nov 19 '24 06:11 leedsjb

Jumping in to say this would be awesome!

~It would also be super cool if we could have auto linking similar to Github (as demonstrated by the comment above this one).~ Edit; Looks like that feature request exists and is tracked as #1582

GlitchWitch avatar Dec 19 '24 01:12 GlitchWitch

This is a must to be able to link to issues from third-party systems based on the project identifier + sequence_id of an issue. Please add this simple redirect feature to make our lives easier :)

tobias-urdin avatar Jan 29 '25 08:01 tobias-urdin

This is already address in the release v0.25.0.

sriramveeraghanta avatar Apr 23 '25 19:04 sriramveeraghanta