Fill field with an asset, based on another custom Field value

Tiziana Pisenti
Contributor
October 17, 2024

For the transition from the status "Wandtafelleuchte Festgelegt" to the status "Modernisierungsvariante festgelegt" the customFieldId_10232 needs to be filled. The value I want in this field, comes from asset:

The customFieldId_10198 hast an object from Object Type "Raumnutzungsarten" and the attribute "Nutzungsart" is shown in this field. The attribute "Nutzungsarten" from the Object "Raumnutzungsarten" in the customFieldId_10198 has to be compared with the attribute "Raumnutzungsarten" from the objeckt Type "Standartbeleuchtungen"

When there is a match, the attribute "Beleuchtung" from the object Type "Standartbeleuchtungen" must be inserted into the customFieldId_10232.

How I can do that?

1 answer

0 votes
Mark Segall
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 17, 2024

Hi @Tiziana Pisenti 

You'll want to insert something like this into your rule:

  • ACTION: Lookup Objects
    • Raumnutzungsarten = cf[10198].Nutzungsart
  • CONDITION (Smart Value)
    • {{lookupObjects.size}}
      Greater Than
      0
  • ACTION: Edit Issue (custom field 10232)
    • {{lookupObjects.Nutzungsart}}

 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events