You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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.
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.