We have two custom multi-line text fields. The first is a latest status field and the second is the status history. We want to have automation take the text from the latest status field and append it to the status history field whenever the latest status field is updated (replaced).
Right now with Jira Cloud automation, we can only replace the status history field data with that from latest status field and not append. We need to be able to append the latest status to the status history not replace it.
The goal is so that we do not need to manually copy and paste the latest status to the status history field whenever the latest status needs to be updated. Avoid potential loss of status if the copy is not performed prior to updating latest status.
Is there a solution without purchasing a third party plugin for this one automation feature?
Hi @David Garrett ,
I think you should be able to do this using automation smart values.
Just set the value of status history field in Edit issue action to:
{{triggerIssue.status history field name}} {{triggerIssue.latest status field name}}
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.