How would I create a listener on a custom field ( "Project End Date" ) that would exist only on epic issues such that the field would be updated with the most distant future date value of any linked issues' field value for "End Date"?
My objective is to:
1. have a listener on the field "End Date" of each issue (not epics)
2. When "End Date" is changed then update the custom field value "Projected End Date" on any linked epic issues if the value of "End Date" is a more distant future date than what is already populated in "Projected End Date"?
Can @Thanos Batagiannis [Adaptavist] , @Jamie Echlin [Adaptavist] or some of the other Adaptavist developers please help me out here?
Any help is much appreciated!
Hi @Paul Kelly , you will need to check and use the following logic
I hope it will help but let me know if you need more help
Hi @Paul Kelly
in case the Listener is not a hard requirement I can come up with a solution we used in the past based on
To make sure it still works I tried it right now and it works perfectly - following the steps mentioned in the link you can get a solution.
Agreeing with Martin his approach is the better one if:
1.) you want to learn and understand the mechanism ... and/or ...
2.) the listener is a hard requirement
Regards,
Daniel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, yeah, Scripted field is definitelly a good solution too :)
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.