Jira Asset Append Attributes from referenced objects

Manuel Probst
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 27, 2024

Hi,

i have several objects and i want to show some attributes of an "mother" (aaaa) object in another object. Bildschirmfoto 2024-11-27 um 15.58.26.png

with the given attributes:

Bildschirmfoto 2024-11-27 um 16.00.49.png

Now i have child object, called "testumgebung", which is already referenced to the "mother" object aaaa

Bildschirmfoto 2024-11-27 um 16.02.09.png

Target is: i will choose a customer out of the reference field testumgebung.customer - which works fine, but the in the field testumgebung.admin_AP shall occur aaaa.Kürzel from the "mother" object.

What did i try:

My approach is using the automation rule:

ruel --> When (object created/update) --> if (ObjectType = "testumgebung") --> then (action: attribut; name: admin_AP; value: {{object."aaaa".Kürzel}} 

i tried different combination of the object reference, but everythem the value in the field get "{{object."aaaa".Kürzel}} but never the value of referenced object in aaaa

What do I do wrong

Bildschirmfoto 2024-11-27 um 16.08.56.png

1 answer

0 votes
Kai Becker
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 3, 2024

Hi @Manuel Probst 

welcome to the community and thank you for your question. I'm not a hundred percent sure if this will work anyways, but I think you definitely have a wrong smart value.

The part where you try to get the Key should probably look like this

 value: {{object.customer.Kürzel}} 

instead of

 value: {{object."aaaa".Kürzel}} 

Because you want to refer to the object referenced in attribute customer.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events