devaslanphp / project-management

An open source Project management tool based on Laravel and Filament
https://devaslanphp.github.io/project-management
MIT License
682 stars 188 forks source link

Routes to directly access specific tickets via URL #72

Closed torbenraab closed 1 year ago

torbenraab commented 1 year ago

It would be nice to have the possibility and integrate the project management into Gitlab. Therefor you can use a custom issue tracker (ref). To use it, you can reference your tickets with <PREFIX>-<NUMBER> but with the current route setup you cannot just put say example.com/tickets/<PREFIX>/<NUMBER> or example.com/tickets/<PREFIX>-<NUMBER>

I think it would be way nicer then just the id in the URL.

torbenraab commented 1 year ago

I take back everything. Just found it. Sorry. Tickets are accessible via example.com/tickets/share/<PREFIX>-<NUMBER>