Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hello, I need to update the due date for a service request when a form is opened as opposed to after a form is submitted.
For example, a new employee request is due date is two weeks from the date of the form is created and the due date is prefilled when the form is opened.
Thank you,
Hi @jbolton,
In your case, I would use automation for Jira.
Trigger - issue created
Condition - compare with the issue type or request type
Action - set due date using smart value - {{now.plusDays(14)}}
More information on Automation for Jira and smart values:
https://support.atlassian.com/cloud-automation/docs/examples-of-using-smart-values-with-dates/
Please let me know if that helps.
Cheers,
Melo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.