On this page
Use case
Set a Date Picker field to the nth day of the month after the issue has been transitioned.
Configuration
Add the Update or copy field values post function to the transition of your choice.
Target issue
Choose Current issue
Fields
Field
Choose a Date Picker field
Value
Choose Set field value manually
Expression
Introduce the following expression in the expression editor in Numeric mode.
addDays({system.currentDateTime}, (10 - dayOfTheMonth({system.currentDateTime}, LOCAL)), LOCAL)
You can modify the day of the month that the Date Picker field will be set to by updating the number 10 in the previous expression.
Related use cases
If you still have questions, feel free to refer to our support team.