Background:
Have a rule that sets a custom field "Date Review Due" when the parent issue is transitioned from step 1 to step 2.
Have another rule that creates sub-tasks and copies field values from the same parent issue (including Date Review Due) when a parent issue is transitioned from step 1 to step 2.
The Date Review Due field is based on the value entered in a separate number field, "# Pages".
Once Project Automation creates the sub-task, need it to update the Estimated Completion Date field in the sub-task, based on the value in the #Pages field.
Have tried variations of the following; can't show screen shots:. I am hoping that I don't have to include this in the rule that creates the sub-task because this means I have to create a rule for EVERY scenario - I have a lot of them.
When: Issue transitioned from Assign to Consult
If: Issue Type is "Parent Issue"
And: Sub-tasks are present
For Sub-tasks
If: # Pages is less than or equal to 3
Then: Edit Issue fields
Set Estimated Completion Date to {{now.plusBusinessDays(4)}}
etc.
Also tried
When: Issue is created
If: Issue Type is "subtask"
If: # Pages is less than or equal to 3
Then: Edit Issue fields
Set Estimated Completion Date to {{now.plusBusinessDays(4)}}
Nothing is working, and I am stumped
I note that you said you can't show screen shots, but posting an image of your rule and the audit log from execution will help the community offer ideas. Consider if there is a way to obscure what you do not want to show in the images before posting.
Without seeing the rule, I wonder...
Best regards,
Bill
Thanks Bill. I will try this when I get to server... I was about to respond to my own post and ask if it is the trigger...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am going to try what you said, and include the Related Issues condition, being as specific as possible about the details of the parent issue. Something like this:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, @Kelley Mills
What is your Re-fetch for at the end of the rule? That action is normally used when...
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.