As my project is about managing Defect from Testing and the date is required to automatically generate Date based on Service Level Agreement(SLA) for example we have "Raised Date" field which will automatically generate date by using system date but we also have "Target Resolution Date" which is required to be D+2 from "Raised Date". Therefore, I'm wondering whether we could configure the field to automatically generate all date field for us such as
Raised Date = 11/Oct/2018 (System Date)
Target Resolution Date = 13/Oct/2018 (Automate D+2 from "Raised Date" field)
Is there any workaround that we can automate date as the example with out any add-ons tool?
Hi @[deleted],
without any add-on this would be hard to reach unless you write your own tool to do so. If you're familiar with a bit of coding you could register an issue_created or issue_updated webhook and call a little helper tool reachable via a url to get the Raised Date and then perform an update on the Target Resolution Date with the date increased by two days.
If you're still thinking about going with apps, you could try these:
Cheers,
Matthias.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.