I'm using Jira Product Discovery and i want to send an email when the value of the field "Estimated End Date" changes, so I created this Automation
But when the Estimated End Date value changes, the rule does not trigger. the value of this field is not set manually by the user, but is automatically filled in from the latest end date of all delivery tickets that are linked.
How could i resolve this problem?
Hi @José Manuel Martín Márquez , the audit log can provide some clues on what is happening. Can you open it after an estimated end date changes and confirm if the rule executed at all? Is there an entry with an error, or maybe "NO ACTIONS PERFORMED", or there are no executions at all?
You can also try a manual change of the date and again review the audit log, to compare the outcome.
If the rule did not execute at all, I would assume something general is misconfigured. Maybe its on the wrong project, or you have multiple fields with similar names. Or as you suggested, "Value changed" does not pick up automatically filled values.
If the rule did execute - go to "show more" to review what each step of the automation did. Who triggered it - hopefully this automatic filling, did it pass the status check, etc.
Based on the above, we can definitely look for next steps.
Thanks @Boyan Iliev
As you can see, after chaging the "end date" field for the Epic, the "Estimated End date" value changes well but the rule does not trigger
I cannot change the "Estimated End date" value manually as it's configured to autofill dates. There is no other field with the same name and the project is the correct one.
I guess "Value changed" does not pick up automatically filled values but in that case the checkbox "Check to allow other rule actions to trigger this rule. Only enable this if you need this rule to execute in response to another rule" makes no sense
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is probably the easier thing to troubleshoot, although the outcome might not be what you like. Here are few ideas:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks again @Boyan Iliev
1- Change type is set to "Any changes to the field value" and there is no "For"
2- The rule trigger if I disable autofilling, so I guess i was right and "Value changed" does not pick up automatically filled values
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What is the type of field for this 'Estimated End Date' field?
Are you a Jira Admin and can you see the Custom Field type and settings?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
"Estimated End Date" is a Date field but I'm not a Jira Admin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is not ideal. Here are two more things you might want to try:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It is a longshot, but you can test adding yourself to the project notifications: https://support.atlassian.com/jira-cloud-administration/docs/configure-email-notifications/ -> on "An issue is edited"
And after that in the email client, create a filter to pick-up only the 'Estimated End Date' field changes.
I would be careful with this as you might end up with a lot of spam.
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.
Hi @José Manuel Martín Márquez ,
And welcome to the community!
In your first screenshot, you see the Rule details. At the bottom there is a checkbox "Check to allow other rule actions to trigger this rule".
Once you select that and save your rule, it will also trigger on automatic changes to the field value.
Have a nice day!
Rik
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your answer Rik. Yes, after adding this question I tried selecting that checkbox but the rule still doesn't launch when the ‘Estimated End date’ value changes.
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.