I would like to automatically set the due date of an issue on creation and set it for 30 days pass the created date.
For example: Issue ticket has a created date of 1/1/2024, due date should auto populate with 1/30/2024 when created date was triggered.
Hey @Mike Loving
This should be simple enough, meanwhile I don't have Data Center/Server the concept should be similar.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Mike Loving !
Welcome to the community. You need to use smart value to calculate your due date.
{{issue.createdDate.plusDays(30}}
Also check this link for smart values Automation smart values - date and time | Cloud automation Cloud | Atlassian Support
Check this link for similar question Solved: Format for start date + business days for due date... (atlassian.com)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Mike Loving Welcome! You might tale a look at this link: https://community.atlassian.com/t5/Jira-questions/How-to-automatically-set-due-date-to-the-first-day-of-next-year/qaq-p/2267048
Nicolas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.