Hello,
I am trying to auto populate a comment when a ticket is created in Jira. So we have written a automation rule and we want to show a Date time picker custom field along with the comment body. But when we are testing that date time picker field is not auto populating.
The automation is something like this.
-Issue created
-Re-fetch issue Data
-Edit issue (Date time picker field : {{now.plusDays(7)}}
-Add comment: (Body and the date time picker field)
Note: It is the same date time picker field from the above
Thanks!