Hi,
We have setup a project where all issues/work once delivered to the customer will have a warranty days clock started and everyday this field needs to be updated with the increase in number of days. we have tried using automation to update the field every day. However, with each passing day we will have 100 new work items added and they need to be updated and since an automation can only do 1000 at a time most of the time it throttles and unable to update them and also because of this some other automations do not run.
Can you suggest some alternative method to achieve this where we have a calculated field which can update its value based on the formulae = ( Now() - delivery date).
do let me know what a solution to this problem can be.
Thanks,
Sid
Hi @Bill Sheboy ,
actually, my requirement is to update the number of days past the delivery date in the custom field so that it can show in the report to the customer on how many days are there in their warranty.
so, it should show number of days past the delivery date and hence we are updating it every day.
Regards,
Sidharth
How are you using the "warranty days" field?
Another possibility is when you know the duration of the warranty period, add that amount to the value of {{now}} and store that in a custom field. Then a Scheduled trigger rule can use JQL to find work items for which the warrant period has expired to decide next steps.
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for the additional information, and...Please stay within one thread when responding. That will help people reading this question in the future know if there are multiple solution approaches.
As you want to update each work item daily, and you are constrained by the service limits of automation rules, you have a few options:
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.