Skip to main content

Version 24.3 Point Release #10

Overview

Enhancements and bug fixes in Digital.ai Agility.

Enhancements

  • Added an Administrator Configuration page for uploading images to IdeaSpace

Administrator Configuration page for uploading images to IdeaSpace

The IdeaSpace feature in Agility allows users to visually enrich their ideas and discussions by uploading images and screenshots. This functionality enhances collaboration and communication by providing a clear and detailed visual context for proposed ideas or feedback.

A new Administrator Configuration page has been introduced to enable image uploads for IdeaSpace. The users can access this page only if IdeaSpace is enabled for the Agility instance.

note

Agility uses the AWS S3 bucket as the default storage option.

The following procedure explains how to configure AWS S3 bucket for uploading images in Agility.

How to Configure AWS S3 Bucket for Image Upload

  1. Setup an AWS S3 Bucket, configure bucket permissions and CORS policy
  2. Configure Bucket Policies
  • Bucket Policy

Replace AWS_BUCKET_NAME with your actual bucket name and apply the following policy to allow necessary permissions:
    { "Version": "2012-10-17", "Statement": [ { "Sid": "Statement1", "Effect": "Allow", "Principal": "*", "Action": [ "s3:PutObject", "s3:GetObject" ], "Resource": "arn:aws:s3:::AWS_BUCKET_NAME/*" } ] }
  • CORS Policy
Replace <ides_server_url> with your ideas server URL and apply the following CORS policy:
    [ { "AllowedHeaders": [ "*" ], "AllowedMethods": [ "GET", "POST", "PUT" ], "AllowedOrigins": [ "<ides_server_url>" ], "ExposeHeaders": [ "ETag" ], "MaxAgeSeconds": 3000 } ]
  1. Set Up AWS User/Role with the following permissions to the user or role:

    • s3:PutObject
    • s3:GetObject
  2. Generate Access Credentials (Access Key and Secret Key for an IAM user) and Copy the Access Key and Secret Key to the Agility Ideas Storage Settings page.

How to access the Storage Settings configuration page.

  1. Click the hamburger menu Hamburger icon > Admin > IDEAS > Storage

  2. In the Storage Settings configuration page, enter the details for the following:

    • Enabled: Select the check box to configure storage settings.
    • Storage Provider: AWS (Read-only) by default
    • Access Key: your_access_key
    • Secret Key: your_secret_key
    • Region: aws_region
    • Bucket Name: bucket_name
    • Expiry in seconds: link_expiration_time
  3. Click Save.

  4. Navigate to IdeaSpace and click Create new Idea, the Add Image option is now visible.

  5. Click Add Image and select the image from your system.

  6. Click Create Idea

    Add Idea Image

The image is added to your new idea.

note

If you want to disable the Add Image option, you must clear the Enabled check box in Storage Settings page.

Fixes

In Agility, Milestones with a date set to the first day of the sprint were incorrectly appearing in the previous sprint column on the Program Board. This issue has been resolved, ensuring Milestones now align correctly with their intended sprint.

Point Releases

How to UpgradeAgility EnterpriseAgility Ultimate
On-demand (auto-upgrade)Mar 15Mar 15
If your system is not in the auto-upgrade program, contact support to be added to the program or to schedule your upgrade.Contact UsContact Us
On site
Contact Us if you need a 2025 annual license for your on-site system.Contact UsContact Us