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,
Hi Vladimir,
I believe this feature is not available in current Jira but you may try to use this third party plugin known as JIRA Workflow Toolbox. For more information about the close link issue, you may refer from this link https://studio.plugins.atlassian.com/wiki/pages/viewpage.action?pageId=69992928.
To know more about the feature in the plugin:
I hope it helps, thank you.
Regards,
John
Thanks, I used "Script Runner" plugin and wrote a groovy-script to implement it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.