Hi Everyone,
we'd need an automation which sets a date field based on another manually given date field.
More specifically:
We add a Start Date manually and then the Planned Delivery Date field will be set as Start Date + 30 days.
Is there a post function or anything else that makes is possible?
Thanks in advance!
Hi @TamasS,
that sounds like a Scriprunner script to me:
This might be helpful, but it's not a post function: https://community.atlassian.com/t5/Jira-Core-questions/add-days-to-date-by-behaviour-or-script-runner/qaq-p/309560
Using behaviour would result in less of a strain on the system as when the issue is created/edited Jira would handle custom field data anyways, post functions add more to that.
Let me know if this is somewhat helpful. There are other examples out there using post-functions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.