Hello,
I want to update a selected ticket due date or start date once the start\ end dated of one of the listed releases for the selected project were updated.
I understand there is a trigger for Release update but I can't find a way to capture the release id in order to query the related tickets assigned to this release.
Thanks,
Yaron
An easy solution that you can configure is as follows:
Use the Version Updated trigger:
Then add a BRANCH;
In the BRANCH settings, select the options "issues fixed in version" and place the current project;
Then, still within the BRANCH, insert the actions for editing the "Star Date" and "End Date" fields.
In these fields you can use smartvalues, for example:
{{now.plusBusinessDays(5)}}
Indicating that that field will be updated and its next date will be 5 days ahead.
Here is a print of the automation structure:
I hope this helps
Hi @Fernando Eugênio da Silva ,
Thank you for the very quick response and clear & easy solution, already implemented :)
BR,
Yaron
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.