Create a new custom field based on existing fields

Chris Taylor June 10, 2013

Hi

I need to create a new custom field that is based on 3 existing custom fields. This need field should not be able to be manually set.

As an example I have the follow defects characterised by:

1. Source Application A, Destination Application B, Interface D

2. Source Application A, Destination Application B, Interface E

I want to automatically created a new custom field that contains the following values:

"Source A, Destination B, Interface D" and

"Source A, Destination B, Interface E".

Any suggestions? Create a script etc?

With thanks

Chris

1 answer

0 votes
IshanL
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 10, 2013

Hi Chris,

Add text_field custom field. Using javascripts you can set the value easily. I mean you can get above three field values and set it in your new custom field.

Suggest an answer

Log in or Sign up to answer