We want to edit or update a custom field when issue linked is created.
I try this function or scheme but it always delete the previous values into the field.
what are we doing wrong please?
@Charlie , give a try to @Curt Holley suggestion as it will be the easiest way to append text to a field and keep us posted if you need further assistance :)
Best, Max
If so, what you need to do is, repopulate the Reused in field every time the rule runs. You can do this prefixing your current code with {{issue.customfield_10123}} where 10123 equals the "Reused in" field. You could use {{issue.Reused in}} but using the ID future proofs any name change.
Put it at the top, start a new line and place your current content there. This way the field will build up with new entries with every rule run (on a given issue) rather than overwriting the current content with the new content.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Charlie
do I understand correctly, that you want to keep the old field value and add "Issue xyz is used..." to your custom field?
Best, Max
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.