• Agentic AI in Shibumi

    In today’s fast-moving business environment, transformation programs demand both speed and precision. AI Agents within Shibumi are designed to meet that challenge – bringing intelligent automation, real-time insights, and operational efficiency directly into the flow of work. By embedding AI at key decisions points and program milestones, these Agents help…

  • Release 238.0

    18 October 2025 (Note: Official Release Notes are available as an attachment to this article.) 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 Menu Option Retail…

  • 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.