Convert to Epic and split story do not appear

enochf
Kilo Contributor

The related links for Convert to Epic and split story do not appear if the story has the original task field filled.

1 REPLY 1

lpruit2
Kilo Sage

Greetings

 

I pulled up these two UI Actions in my PDI and this is what I found. Both the Split Story and Convert into Epic UI Actions have the Script Include ScrumStory() listed in the Condition field. The ScrumStory() Script Include extends the ScrumStoryAbstract() Script Include which is where the two functions being used are located: 

showSplitStoryAction and showConvertToEpicAction. Both of these functions call another function called "showActiononScrumStory". Do you know what table the task belongs to in the Original Task field? The function is expecting a Task that is either on or extends the Story table [rm_story]. I hope this helps!