When creating a release version, I create a task with latest fix version.
Can I add value of Fix version field in summary to the task being created?
Example: summary: "Release {{fixVersions.value}}"
Where fixVersions.value - the value from the task
There may be a more elegant method, but this is how I did it.
Which trigger are you using for your rule? Are you triggering on 'Version Created', and creating the task in the rule?
If so, the smart value you can use is {{version}} to access the created version, which has a few fields you can access on it eg. {{version.name}}
Cheers
Sam
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.