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: 

Post Function query

Neeta Dubey
Contributor
January 22, 2015

I have a custom date field in my project. I want to use a post function that after a ticket is created and user clicks on Assign task the due date field should automatically get filled by current date+ 7 days .

I tried to use a post funtion "update custom field"  however it ask to use some macros for setting date/time that i'm not sure how to use. Could any one please advice?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
January 23, 2015

You can't use logic in there to calculate current date + 7. You can get current date using %%CURRENT_DATETIME%%. That's all.

For your logic, you need to write a custom post function or check if any of the plugins already provide that functionality.