In a transition, I am adding some text to a multi-line text custom field. On another transition, I need to add a new text to the same custom field the older text is getting replaced with new text.
Is there a possibility that we can append the new text to already existing text in the custom field.
Currently, I am using Jira cloud.
Hello,
It is not possible out of the box. You would need an app like Power Scripts, ScriptRunner, Automation for Jira and so on.
If you want to use the Power Scripts app, you can add a SIL post function with a code like this:
#{Custom Field Name} = #{Custom Field Name} + " your text";
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.