I am running into trouble trying to reference specific asset attributes in automatons in JSM Cloud.
We are using assets to track systems we have and the different access types associated with them. Example, we have Adobe Software which we have identified as a "Service". Adobe Software then has three Access Types, Adobe Acrobat Pro DC, Adobe Captivate, and Adobe Creative Cloud Suite.
We have system access forms created on our request portal for new and existing employees. These forms allow users to select multiple Services. For example an employee could need access to Adobe Software - Adobe Captivate (Service is Adobe Software and Access Type is Adobe Captivate) and Github - Github (Service is Github and Access Type is Github). We are using an automation to create sub-tasks for each Service needing access. My goal is to have the Access Type needed in the description of each sub-task.
I can populate both Service's Access Types easily with {{object.attribute name}} in our case, {{Access Type.Access Type Name}}, however I cannot figure out how to create a condition around this to give me the name of the access type for one system. I do have each service split out to have their own sub-task created with an If: matches JQL condition "Service" = "Service Name" ex "Service" = "Adobe Software" which is working fine.
I've tried all sorts of combinations smart values such as {{Service.Adobe Software.Access Type Name}}, {{Adobe Software. Access Type Name}}, conditional logic with smart values, as well as using the Lookup options action.
Is what I am attempting to try possible? If so, what would be the be the best method to accomplish this.