Forums

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

Asset Custom field from another asset custom field

G. De Fazio July 27, 2023

Hi,

     in my project I'm tring to filter an asset custom field with another asset custom field but I receive "no options" as result.

My new custom field retrieve datas from Azienda asset (company) and I have a custom field called Destinatario (employee) with code customfield_10103 and retrieve datas from Contatti asset.

My AQL query is:

object having inboundReferences(objectType = "Contatti" and Descrizione = ${customfield_10103.Descrizione})

 

I don't understand my error, please can you help me?

Giuseppe.

1 answer

1 accepted

0 votes
Answer accepted
G. De Fazio September 18, 2023

Solved:

 

correct query: object having inboundReferences(label in (${customfield_10103.label}))

 

in an AQL query you can access only to id and label property from customfields.

 

Giuseppe.

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