Hi All.
I was able to create an automation to create a task with a due date of the first day of the following month using the following formula in the due date field: {{now.plusMonths(1).firstBusinessDayOfMonth}}
However, I need to do the same thing but to create a due date for the second, third and fourth business day of the following month.
I tried this, but it gave me an error: {{now.plusMonths(1).secondBusinessDayOfMonth}}
Anyone know how to get this done?
Thanks,
JIRA doesn't do it natively - you'll need to find/write something that can run a query for "issue not updated for x" and push them through the transitions. Automation or the Script Runner would be my starting points.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.