Skip to end of banner
Go to start of banner

WIP JMWE Cloud: 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 2 Next »

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.

The “Elements Connect” field is created with the following app:

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 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("<custom field>")asArray()[0]
  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