The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Kai Becker
Community Champion
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.

TAGS
AUG Leaders

Atlassian Community Events