HOWTO request - reassign an FAQ from project A to project B

Bug #423494 reported by Steve McInerney
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Launchpad itself
Fix Released
High
Unassigned

Bug Description

Per Answer Request https://answers.edge.launchpad.net/launchpad/+question/81728

Need some sql to do such a reassignment.
A magic "click here" button would be nice, but I suspect this is a sufficiently rare need that sql will suffice.

===================================
I'm trying to resolve a bug report from Jane Silber:
https://bugs.edge.launchpad.net/ubunet/+bug/416329

"We still have the Ubunet project for historical reasons, but it's confusing to users and we shouldn't expect them to know about it or understand it. Therefore, at a minimum, the following two FAQs should be assigned to a different project.

https://answers.launchpad.net/ubunet/+faq/588
https://answers.launchpad.net/ubunet/+faq/577 "

I am the owner/registrant/admin of the ubunet project and ubuntuone project suite, and I can edit those FAQ entries, but dont' see a way to reassign them to the ubuntuone-client project or to the ubuntuone umbrella project. Can you reassign them for me?

Tags: lp-answers
Ursula Junque (ursinha)
affects: launchpad → launchpad-answers
Revision history for this message
Curtis Hovey (sinzui) wrote :

UPDATE FAQ
SET
        product = (SELECT id FROM Product WHERE name = '<launchpad-id>')
        --distribution = (SELECT id FROM Distribution WHERE name = '<launchpad-id>')
-- set the FAQ to the id in the URL
WHERE id = 0

Changed in launchpad-answers:
status: New → Fix Released
importance: Undecided → High
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.