• Release 250.0

    22 August 2026 (Note: Official Release Notes will be available as an attachment to this article upon release.) Enhancements: Edit Forms: Ancestor and Associated Values Shibumi AI Agent: Create Instances of Work Items via Chat Window UI: Show Template Icons in Work Item Select Fields   Issue Resolutions: Table: Name…

  • Print to PDF (Beta)

    This is a Beta Release feature.  Configuration and functionality may be modified before formal release. Print to PDF is a Beta feature due to a known issue in Google Chrome (see note below). Users leveraging Chrome may experience truncated output due to an issue currently being tracked by the Google…

  • not()

    The not() function reverses the result of a comparison expression, allowing users to test for the opposite of a given condition or apply it as an exclusionary filter, without needing to rewrite the underlying logic. Syntax not(value) Argument Description value (required) A constant (i.e., hard-coded value or attribute reference). Where…

  • Release 249.0

    25 July 2026 (Note: Official Release Notes are available as an attachment to this article.) Enhancements: AI Update Value: Include Associated Items Charts: Total column on Stacked Metric Timeframe Charts Expressions: not() function History View: autoNumberID included in export Reporting: Print to PDF (Beta) Shibumi AI: Support Retail Calendar User…

  • App User Groups

    User Groups are a native, app-managed capability that allows App and Operations Admins to define and maintain groups of users directly within the App. Defined Groups can be assigned roles as a whole from the participant window on a work item. Additionally, Groups are fully searchable by group name or…

  • Release 248.0

    27 June 2026 (Note: Official Release Notes are available as an attachment to this article.) Enhancements: App Administration: User Groups App Administration: User Group History GraphQL API: Call to move work items to a new parent Tables: Bulk Create Tables: Include an ancestor column on a Metric Table Tables: Increase…

  • IdP Groups Tab

    Shibumi featues a simplified SSO configuration experience alongside initial SCIM support, enabling the automatic provisioning and deprovisioning of Shibumi accounts. For customers managing large user populations, this removes the need to maintain user accounts within Shibumi directly. Note: For assistance with current SSO settings or setting up the SCIM service,…

  • Placeholder Tab

    Placeholders give both App Admins and Operations Admins a centralized interface to create and maintain the full roster of available placeholders. Users assign Placeholders to roles as needed, while administrators own placeholder creation and maintenance. Creating Placeholders To create new Placeholders for an App, you will need to either be…

  • Release 247.0

    30 May 2026 (Note: Official Release Notes are available as an attachment to this article.) Enhancements: App Administration: Bulk Edit Attribute descriptions App Administration: Placeholders (Open Resources Replacement) Shibumi AI Agent: Display AI Admin Tab before Chatbot is enabled Shibumi AI Agent: Update Values via the chat window Solution Logic:…

  • union()

    The union() function allows for the combination of multiple unionIf’s or the combination of singular values into a comma delimited list. Syntax union(first value, second value, …) Argument Description value (required) An association, pick list, or text attribute. Most commonly leveraged with a union or unionIf. value (required) An association,…