We have two different Custom Fields. (Date Fields)
If the CustomField A in the parent issue gets updated --> the value should be copied to the CustomField B to the linked Issue.
We have Scriptrunner and I thought I can do that via Behavours. Can anyone can help me with the groovy script?
Cheers and thanks in advance
Luca
Hi Luca,
You can also do this with the Automation for Jira add-on.
Thanks for the answer :)
We already have Scriptrunner and I'm pretty sure that it is possible via scriptrunner.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Luca Kainzner ,
you need to create custom listener with Issue Updated (maybe also Issue Created) event.
As an insipiration see this script.
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.