Can someone please help me on this?
I want to copy many custom fields and paste & append into another Multi-text custom field when a field value change. Like
F1 and F2 value want to get copy and paste into F3 as "F1, F2" when F0 field got change.
Thanks in advance.
Hi Bhavin,
You can do this with Automation for Jira. Create a Rule for when F0 is updated).
Then add a new action for Edit Issue.
Then in the Set value for F3, put this code:
{{issue.F1}}, {{issue.F2}}
Thanks for reply....
can you please help me how can I clear the fields through automation?
Actually I want to clear the field after copy the field's value. I tried to leave it blank but it does not work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
on automation action "Edit issue" you should be presented (also by default) with the option "This field will be cleared".
So if you do not order anything special the field will be cleared.
However, I understood it not fully for your use case. Assuming you would clear F3 your work would be senseless/destroyed (as the field value gets overwritten after being filled out - probably I did just not understand the scenario) - but probably you meant to clear F1 or F2 ... or it was another use case.
The basic function works as outlined above, though.
Regards,
Daniel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.