I want to retrieve a value from the assets schema, lets say, i have schema tree named "Vendors" and vendors have certain list of attributes, so lets say, vendor name, contact 1, 2 etc., so here I want to get the "vendor name" from the attribute present in the schema tree of vendor using AQL!
Hi @Veera Vamshi Mulugu ,
Welcome to the Atlassian Community!!
Do you want to retrieve a value from the assets schema to a Jira field?
exactly, i want to pass the value of particular field from asset to an jira field or custom field...
you see variables in the object type, i would like to pick specific fields from the schema, like i want only
Vendor.Name value, how can i fetch it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Veera Vamshi Mulugu You can create an asset custom field and then configure it like below:
Object Schema = "object schema name"
objectType = "Vendors" AND "Vendor Name" IS NOT EMPTY
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.