Hello
Is there a way for copy summary to another field(multi text)?
Many issue should be update as bulk and their summaries copy to other field.
thanks very much
You can try editing the workflow to add a temporary transition from the current state to itself. And, in that transition, perform a post-function to copy the value from one field to another (or append if required) - this may require a plugin to provide this post-function needed
Once workflow has been updated and published, perform a bulk transition of the issues of interest from a search (or JQL).
After summaries copied, update the workflow to remove this temporary transition. Viola!
Pre-requisites
Thanks @sukkeong
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There are several options to accomplish this but some of them are a bit complicated. For example, you could export the affected issues into a CSV file and update existing issues using this file.
You also could export the field's data using a (self-coded) script via REST API access and re-import it to the desired fields.
The easiest way, but probably not the one who comes at no cost, would be to utilize an App that provides this function out of the box.
Cheers,
Daniel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Daniel Ebers
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.