Hi!
In my Jira Service Management project I use a request type with Extensions for Jira [Divinity] plugin Bundled fields. Inside the Bundle Fileds configuration I set a text subfield called "Share Path".
In my Assets Object Scheme FTP Resources I have an object called "Folder name" with an attribute "Share Path".
I'm trying to use Automation to do the following thing:
Once a user create a request for having access to the file resource with the given "Share Path" the automation rule should search the value was given within the objects' attributes and if match then update the asset field (show other attributes of this object) in the request accordingly.
Any thoughts how to achieve that?
UPD: after posting found several relative articles about my problem. Maybe comparing smart values like {{lookupIssues.objectAttribute}} is the right way?