The automation rule for auto update of start date for story from minimum start date of sub task is getting passed but the start date field is updating the date. why it is so
Please refer the screenshots
The start date field is not getting updated.
Please tell me the solution to get the date in the field
Hi @Vimal G,
Smart values are case sensitive. I see that you are trying to set the Start date (with a capital 'S', but you are using small letters in your smart value. Also, you would normally reference the result of your Lookup Work Items action as {{lookupIssues.xxx}} and not lookupIssue
Try updating it to:
{{lookupIssues.Start date.min}}
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.