I'm looking for a way for a user (maybe a "special" user - moderator, admin, etc) to relate two questions together similar to what happens when you "asked a related question" on a post.
I see, in the database, that this might be as simple as relating the two posts using the Parent Id field when the post type is a question (normally, this would be left blank for questions unless the question is related to another post).
I know this could be done with a plug-in or something - I'm wondering if its already been done.