Skip to end of banner
Go to start of banner

WIP JMWE Data Center: Copy "Elements Connect" field to Custom Select Field

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

The following How-To Article explains the procedure for configuring the Elements Connect custom field to be used on a JMWE post-function and copied to another Custom Select Field.

image-20240212-142129.png

\uD83D\uDCD8 Instructions

Step-by-step guide:

  1. Configure the “Elements Connect” custom field correctly.

The configuration wizard looks like the following:

The information the “Elements Connect” custom field will have depends on the value set on the “Template” section. If the information available on the field is a custom field, the value should be the following:

  1. Configure the JMWE post-function.

The post function used for this case is a Set Issue Fields post function Set issue fields

The app returns the following value when working with this type of field:

Based on the above, the post-function (Set Issue Field) should be configured as follows:

issue.getAsJsonData("customfield_11100").asArray()[0]

Replace 11100 above with the ID of “Elements Connect Field”

  1. Evaluate the results.

  • “Elements Connect Field” (custom field configured on the Elements Connect third-party app)

  • “Elements Related Field” (field set using JMWE)

  • No labels