• Release 238.0

    18 October 2025 (Note: Official Release Notes will be available as an attachment to this article upon release.) Enhancements: AI Actions: Close success dialog automatically AI Create Dashboard: Use current context to create a new dashboard when on a dashboard Audit Service: Create, Delete, Move, and Copy Audit Service: History…

  • Filtering

    Overview Sections can be filtered to display specific information. Depending on solution configuration: App Admins can define default filters for sections or could “lock” a filter so that users cannot change it (e.g., lock the filter for a table that is designed to show only High priority RAID Log items)….

  • Release 237.0

    27 September 2025 (Note: Official Release Notes are available as an attachment to this article.) Enhancements: AI Recommend Value: Metrics Charts: Show Total Column on 100% Stacked and Stacked Column Charts: Support dataset-enabled pick lists Issue Resolutions: AI Actions don’t support recently introduced data sets Column & Stacked Column Charts…

  • String

    Represents textual data as UTF-8 character sequences. This type is most often used by GraphQL to represent free-form human-readable text. String formats A few common types are represented as Strings throughout the API. They have a specific format. Date Values Date values are represented in YYYY-MM-DD format. Date / Time Values Date…

  • Int

    Represents whole numbers (with no decimal component).

  • ID

    Represents a unique identifier. Although it appears as a String in both input and output objects, its format is opaque to users. Users should only compare ids for equality, or pass them in to other GraphQL calls; they should not use them for any other purpose.

  • Float

    Represents a number.

  • Boolean

    Represents true or false values.

  • WorkItemReference

    This input object captures a reference to an existing work item. Fields type (String!) The target work item’s template’s api name. id (ID!) The target work item’s id.

  • UpdateWorkItemFields

    This input object captures the arguments to the updateWorkItem mutation. Multiple instances can be passed to updateWorkItems when it is more convenient (for example, when the number of work items to be updated isn’t known until runtime). Fields app (String!) The api name of the app to update the work item instance in type (String!) The…