Concate 2 custom field value and display in another field

Issue #196 resolved
Former user created an issue

Hi,

I have 2 custom field, one is numeric and another is string, I want to display combine these two field value with -, and display into another field. Eg: Field 1 :12 Field 2:str field 3 : 12-str

Please suggest on the same, I am planning to purchase this plug-in, send me script .

Comments (3)

  1. Fidel Castro Armario repo owner

    Hi Savita,

    You should use "Copy a parsed text to a field" post-function with the following configuration:

    • Target field: field you want to set with the composition of the other two ones, i.e., Field 3.
    • Parsing mode: basic
    • Text to be parsed: %{nnnnn}-%{ppppp}

    Note that %{nnnnn} and %{ppppp} are field codes for the two fields you want to participate in the composition, i.e., Field 1 and Field 2. These field codes depend on each particular JIRA instance. You have a field code injector to insert these field codes in your text composition.

  2. Log in to comment