Quote:
Originally Posted by capink
Theoretically it should be possible, but I have not tried it myself. So you have a go and tell how it went: - In the caller chain, define the following variable using the Chain Variables action:
Code:
_variant_argument = 'your_variant_argument'
- In the chain caller action, enable the option to pass variables to the called chain.
|
I got around to finally testing this - I don't know if it failed or if I made a mistake.
My called chain has a variant called 'tbr'
Code:
program:
add_chain_variant('Add to Backlog','rg','', 'statistics.png');
add_chain_variant('Add to Backlog + TBR List','tbr','','statistics.png');
so I added this variable:
The two actions marked under 'tbr' didn't run, though.
EDIT: I figured it out, I misunderstood the instructions. I was only supposed to put tbr (no quotes and not the full thing) into the template.