Hello Atlassian Community,
We have an update to share regarding the Services schema in Assets for Jira Service Management cloud.
At present, only one object type exists in the Services schema in Assets for Jira Service Management - that of “Service.”
After Oct 31, 2024 we will be modifying the name of this object type to “Software services” and introducing three new object types to this schema: Applications, Business services and Capabilities.
These types exist as labels to help categorise the nature of the service and has no technical impact on the service. This change will align the model of Services in Assets with that of Services that exist in Jira Service Management projects.
We believe this change will have little to no impact on most customers. However, if the Service object type from the Services schema is referenced in any Assets Query Language (AQL) across your sites, you will have to amend this query to reflect the new object type name of “Software Services.”
Features where customers most commonly reference object types are:
Additional features where AQL can be used can be found here.
In preparation for this change, and to manage the transition to the new object type name, you can modify AQL to incorporate both the old name (Service) and the new name (“Software Services”).
For example:
objectType = Service
can become
objectType IN (Service, "Software Services", "Capabilities", "Business Services", "Applications")
By making this change prior to Oct 31, 2024 you can prevent any AQL references breaking when this change is rolled out.
Caroline Bartle
6 comments