There seems to be a problem with this line in atrium_scrum_stories.module:

$statement .= $node->taxonomy['tags']['2'];

It doesnt display the user tags as expected so I end up with "AS A , I WANT TO". Any ideas?

Comments

timcarouge’s picture

I have the same problem, and just decided to live with it, but I will follow this thread to remedy.

gboudrias’s picture

Status: Active » Fixed

Thanks everyone, fixed in dev branch 6.x-1.x , to be released soon.

The statement now goes thus: "AS A User / Developer / Example, I WANT TO Use Atrium Scrum, SO THAT I CAN do cool stuff" or if there's only one tag: "AS A Example, I WANT TO Use Atrium Scrum, SO THAT I CAN do cool stuff".

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.