In Automation, what is the Smart Value for Planned Date? I can't find it in the docs. Due Date is this:
{{issue.duedate}}
I tried:
{{issue.planneddate}} and {{issue.plannedDate}}
To no avail.
Hi,
If you go to Jira Settings-> Custom fields and you are looking for a planned date. If you then click on the 3 dots behind the field you can open the configuration. Now you will see a customFieldId = 12345 in the browser bar.
In your rule, try {{issue.customfield_12345}}
Aha! You are right! Planned Date is not a standard field.
Thanks a lot Marco!
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.