Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Update selected issue due date on release end date update

yaron
Contributor
February 17, 2022

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

1 answer

1 accepted

0 votes
Answer accepted
Fernando Eugênio da Silva
Community Champion
February 17, 2022

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:

1.PNG

I hope this helps

yaron
Contributor
February 17, 2022

Hi @Fernando Eugênio da Silva ,

Thank you for the very quick response and clear & easy solution, already implemented :)

image.png

 

BR,

Yaron

Suggest an answer

Log in or Sign up to answer