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;
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.