Vote #77664
未完了Support for Pretty URLs?
0%
説明
When I copy-paste a Redmine link from my browser and send this via IM to a colleague, it's not exactly obvious from the link what the ticket could be about. For example:
Would it be possible to add support for "Pretty URLs" to Redmine where the URL contains additional information like the project and the issue title as a "slug":https://en.wikipedia.org/wiki/Semantic_URL#Slug ? For example:
https://redmine.example.org/redmine/issues/2515/example-project/support-for-pretty-urls
Redmine could just parse the ticket ID from the URL and ignore everything after that so that the links wouldn't break when a ticket is moved between projects or the title is changed.