I am working on JIRA cloud and i want to prepend the value of "reviewer comments" to the summary at a particular transition. How do i do that?
Hello,
You would need a plugin for it.
For example, you could use the Power Scripts plugin:
You could create a post function with a code like this:
summary = #{reviewer comments} + summary;
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.