devaslanphp / project-management

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

Move Ticket from one Project in another - no change of Prefix #64

Closed OTECMarkus closed 1 year ago

OTECMarkus commented 1 year ago

If i move a Ticket from Project1 with Prefix "P1" to Project2 with Prefix "P2", the prefix does not change.

mihaisolomon commented 1 year ago

If you want to keep the same number you will have duplicates. For example if you have P1-01 and you move it to P2 (and in here you have some other tickets) you will have duplicates in ticket numbers. Hope it will make sense.

OTECMarkus commented 1 year ago

If i create a ticket in "Project 1" which has the Prefix "P1" image image

then i move the ticket in "Project 2" which has the Prefix "P2" image

the Prefix does not change from "P1" to "P2" image

is this normal behaviour?

mihaisolomon commented 1 year ago

Yes. It's a normal behaviour.