I use Allure with jUnit. In parametrized test I see parameter in the title

When I want to provide custom title via @Title annotation, these parameters is not shown. I tried to specify parameter as @Title("Test {0}") but it didn't work as well.
Is there a way to have custom title and parameter in the test case?