Tickets: #5666
Tickets: #5691
Tickets: #5708
Tickets: #5727
Tickets: #5730
Created #256: [#5730] All comments are lost after moving a ticket (2cp)
Related
Tickets:
#5730Closed #265.
allura:je/42cc_5730
.It fixed bugs with comments, but I've got one more concern. What is a proper way to handle
ArtifactReferences
when moving a ticket?Would it be ok to delete all refs and backrefs to the ticket that was moved and create a new
ArtifactReference
for it? Or it needs more sophisticated logic to make all links to the ticket refer a new ticket location (don't sure if it's possible)?Also it contains changes from [#5666] with corresponding fixes.
Related
Tickets:
#5666Looks like current behavior is that backrefs to another artifact still work fine. A forward ref will still exist (and work) but the link within the markdown doesn't work. After updating that referring artifact and it gets reprocessed, then the forward ref is removed too.
I'm okay with that. Seems pretty good and I don't think we could get much better without putting a lot of work into it.