I create rule for clculate the difference betwen the Start Date and End Date usin these smart values:
- {{issue.start date.diff(issue.due date).days}}
the rule should edit a field validator if the difference btwen the dates its over 3 days after start date or before the start date to validate with the workflow.
The proble is that the rule its not editing the fild and i belive its because the smart value its not working propertly
Hi @Enmanuel V_
The smart value for D"ue Date" is: {{issue.duedate}}
Try that and if it still not working, Start Date is probably a custom field, try to use the field ID option.
Example {{issue.customfield_xxxxx}}
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.