Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Help with a custom asset object field.

Chase Ketchum March 15, 2024

I have added a couple of custom asset object fields to my issues. One of them links to our People assets and the other is linked with IT assets such as hardware and software.

However, I am facing an issue with the 'Affected Asset' custom field that is linked with my 'IT Assets' asset objects. After setting the Filter Scope to 'Hardware Assets', the field is not pulling up any objects associated with it. I have also attached a picture for your reference.

Affect Assets Field Config.png

Here is a picture of my IT Asset schema tree for reference:

IT Assets Schema Tree.png

If I remove the Filter Scope entry, all the objects associated with the 'IT Assets' schema appear normally. Am I entering the Filter Scope parameters incorrectly?

Thank you for your assistance.

3 answers

1 accepted

3 votes
Answer accepted
Joseph Chung Yin
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 16, 2024

@Chase Ketchum -

Welcome to the community, You have the wrong syntax in your AQL setup - It should be objectType and not objecttype as the objectType is consider as a keyword

Here is a reference link on AQL syntax - https://support.atlassian.com/jira-service-management-cloud/docs/use-assets-query-language-aql/

Hope this helps.

Best, Joseph Chung Yin

Jira/JSM Functional Lead, Global Technology Applications Team

Viasat Inc.

Joseph Chung Yin
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 16, 2024

@Chase Ketchum -

Try this AQL and I believe it will resolve your issue -

objectType in objectTypeAndChildren("Hardware Assets")

The custom field should display all the child setup under the Hardware Assets.

Hope this helps.

Best, Joseph

Like # people like this
Chase Ketchum March 16, 2024
objectType in objectTypeAndChildren("Hardware Assets")

 This AQL syntax entry worked!

Thanks, @Joseph Chung Yin

Like Carla Ann Rowland likes this
0 votes
Chase Ketchum March 16, 2024

Thank you for your assistance and ideas. Here are my results:

I had previously tried your suggestions, but it didn't work. I have since corrected the syntax to use a capitalized 'T' in all of my entries, even though some work with a lowercase 't'.

However, the issue persists only with the 'Hardware Assets' object.

My proposed schema tree, IT Assets, is pictured below:

IT Assets Schema Tree.png

Both the top-level 'IT Assets' object and the objects that are below 'Hardware Assets' like 'Laptops' and 'Desktops' will display correctly in the custom field.

But 'Hardware Assets' does not work. I tried using the objectTypeId as well.

Could the object be corrupt?

Chase Ketchum March 16, 2024

For those of you following, my goal is to populate all of the 'hardware assets' in the custom object field, using the parent object type 'Hardware Assets'. However, I found a workaround that gives me the same end result. I changed the syntax to include all the child objects under the parent object named 'Hardware Assets'.

  • objectTypeId is (x,x,x,x)
  • where 'x' is the object id for Laptops, Desktops, Phones, Printers. (see pic of schema tree).

 

I have not yet tested this hypothesis with other parent objects, but I assume that using the parent object as the objectType will not display all of its child objects.

Can anyone confirm or refute?

@Joseph Chung Yin @Patrick Tripodi 

0 votes
Patrick Tripodi
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 15, 2024

Hi Chase, 

Might be as simple as capitalising the T in objectType? 

objectType = "Hardware Assets"

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events