The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Having trouble populating a date time picker custom field in Jira automation.

Hitesh
Contributor
May 4, 2023

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!

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Trudy P Claspill
Community Champion
May 4, 2023

Hello @Hitesh 

Is your rule getting triggered?

Can you show us a screen image of the rule itself and the details of the Edit action?

Can you show us the Audit Log for the rule execution?

Can you show us an example of an issue that has that custom Date/Time field?

Hitesh
Contributor
May 8, 2023

@Trudy P Claspill 

Thanks for the help.. it got resolved.