Hello.
To optimize the work, you need to change the fields for bugs in Jira.
(In particular, the 'Description' field to change by the customer field). I need to create a new customer field and hide the old one, but then the data from the field of previously introduced bugs is lost.
A problem arose about how to copy the value of an old field to a new one.
Please tell me how to do this.
Hi @larisa ,
Welcome to Atlassian community!
Can you please explain the requirement in detail to investigate the solution..?
Yes this possible to copy the value of an old field to a new one But before that please let me know by example.
Regards,
Sanjen Bariki
I created a custom field 'Bug description' and I want to change the system field 'Description' to the new one in the issue.
Before this operation, I needed to copy data from the old field to the new one.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @larisa ,
Don't need to worry and purchase any plugin.
you can achive it by the help of autmation,
Please find the below automation screeshot to achive.
project setting >>Automation >> trigger ( Issue created ) >> action ( edit issue )>> add the smart value {{issue.Description}} and select the Bug description field.
Accroding to you can change trigger like wants to run the automation at the time of update then you can select. I have configured and triggered sucessfully.
Kindly check and confirm, If you have any doubts.
Note:- At the time of reply to me mention my name.
Accept the answer, I hope the solution matched with your requriments.
Regards,
Sanjen Bariki
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Sanjen Bariki ,
maybe I did something wrong, but the solution didn't help me. :(
My rule:
My log:
Not updated issue:
Please tell me where I made a mistake.
Thanks.
Larisa.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @larisa ,
Could you please create one new issue and add only text msg then check Is that working or not..? Make sure the bug description needs to be as text type field.
automation step :-
Trigger :- create issue
Action :- edit issue ( Click on the field set >> select Bug description >> add the smart value {{issue.Description}}.
Regards,
SB
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Sanjen Bariki ,
I created a new issue with text only in the Description field, but I get the same results:
Logger:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @larisa ,
Could you please check the Bug Description field type ..? Is it text field or date field type.?
I have created and tested in my personal instance and its worked perfectly.
Kindly check again the smart value and make sure you are putting the correct values without any space.
Regards,
Sanjen Bariki
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @larisa ,
Smart value is very sensitive things So kindly check again and make sure you are putting the right smart value.
If get a change, please go through the smart value document from Atlassian site
Regards,
Sanjen
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In the end, your recommendations work. This was a great solution!
I recommend it to anyone who has this problem.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @larisa ,
This is not currently included in the default features of Jira. You can find many plugins on the Marketplace that can help you with this need. You can perform any action you want by using JWT post functions, one of the most popular ones. Jira Workflow Toolbox | Atlassian Marketplace
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.