The fact that XPlanner+ currently inserts text / links in the description field is useful, but the way it is done can really clutter up the description field.
Could one of the following ideas be implemented?
1) instead of inserting the link text at the beginning of the description field content, add it to the end. Furthermore, if this is the first 'continued from' or 'continued as' text to be added, separate the string from the 'real' description text with a horizontal rule by adding <br>----<br> between the original description and the inserted continuation link text.
2) add new element structures for linkage, such as
<userStory>
<links>
<continuedFrom>
<continuedAs>
</links>
<userStory>
and
<task>
<links>
<continuedFrom>
<continuedAs>
</links>
<task>
this would allow for a much more robust linkage mechanism, and support a better UI for displaying / editing links.