Hi all, first of all, sorry for my englishn i'm french.
I'm trying to générate my documentation using a template.
I want to generate my use case witch contains a structured scenario.
In some steps of my structured scénario, i'm using some context reference or glosarry definition.
All thoses reference are requirements (for me).
Then i can't succed to make thoses requirement appear when i generate documentation of my use case.
for exemple :
I have a use case named USECASE1.
a requirement REQUIEREMENT1 (note is : this is the note of my requirement1)
In my use case i have a structured scénario :
step1 : user do this
step2 : system reply that
step3: user do this,
REQUIREMENT1...etc
Requirement1 is a context reference. I can also put it in the 'uses' colomn.
My purpose is, when i generate my specification to have that :
step1 : user do this
step2 : system reply that
step3: user do this, this is the note of my requirement1
...etc
SO i want to insert in steps of my structured scénarios, some dynamic text .... that can be holded by object (here requirement). My proble is that i cannot find in the sections of my template (when i edit my template) something like that.
I'll be grant if someone know an issu

Thanks for your help