In a Assets Object Custom Field I want to create a Filter Issue Scope AQL referencing the Request Type of the current Issue. Request Type Field is of Type "Customer Request Type Custom Field".
I've tried a lot but with no success:
Following AQLs do work:
Question:
Is it not possible referencing a complex custom field from an AQL ? Or does anybody has a solution for this?
We are running Jira 9.4 / Service Management 5.4.
@Andreas von Euw Question...
How did you get the Customer Request Types to import into Assets? The Jira Importer doesn't bring them in.....
I didn't. My "RequestType" Attribute in this sample was just a dump text field with a list of request type names.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have used a scripting app (powerscripts) to write functions which use api calls to build the request types as asset objects.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yeah, I thought about writing a Job in ScriptRunner. You would think the Assets Jira App would pull them in automatically.....
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Might want to check out this suggestion... Add attribute dot notation functionality to Assets objects fields, within the filter issue scope
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Also, try ${customfield_10700.label}. That seems to work for asset object types.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have the same problem.
Have you found the solution?
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.