• Not Planned

    1

    Auto disable the failing triggers that are malfunctioning and failing ...

    We are trying to auto disable the failing triggers that are malfunctioning and failing continuously in XL Release v22.1.1. We would like to update the global settings to ...
  • Votes

    3

    Get ${release.owner} value with time schedule trigger

    Hello, I have a "Time: Schedule" trigger which launches my template and in the execution of this template, the "${release.owner}" variable is not valued, it is empty. ...
  • Votes

    0

    XLR Update API to add/remove users to/from a role

    Currently we don't have direct api to add/remove users from a role and we do it from scratch currently
  • Votes

    0

    Display images in the email body

    Allow images in the body of an email notification task by uploading the image to the task instead of keeping the image in local.
  • Votes

    1

    Webhook event triggers with list box variable

    We have a scenario where we have a list box variable that uses a value provider and we want to create a webhook that populates that input variable dynamically based on ...
  • Votes

    2

    Possible values of variable updated based on selected value(s) for ...

    One of the things we've hit more and more in the last couple of years with Release is the inability to determine the possible values of a variable depending on the ...
  • Votes

    5

    Generative Unit Tests for Release Templates

    Digital.ai Release Templates are easy to design and allow for multiple tools to integrate in organized process/flows. As our templates grow, so do the inputs, number of ...
  • Votes

    2

    Make an API to delete archived releases

    Similar to releaseApi.delete() but with access to the archived DB. The built in feature for deleting archived releases is very limited and has no customization required ...
  • Votes

    0

    adding notification banner at plugin level.

    Hi Digital.ai team. since we already have the capability to notify our users about upcoming/ongoing maintenance on the xlr home page, we would suggest adding this same ...
  • Votes

    0

    delivery pattern unicity

    A delivery object has to be unique by name in the Release instance, contrary to templates or configuration, that are unique in a folder only. We have a use case to make ...
  • Votes

    0

    Allow multiple selection to enable bulk delete operations on objects ...

    It would be great to add the possibility to select multiple objects in Release UI so the end user can delete multiple objects at once from the UI. For example in the ...
  • Not Planned

    6

    Keep mail notification for disabled users option

    We have occasional users that we disable when inactive for some time for security reason. When disabling a user in Release, the user will no longer receive notifications. ...
  • Votes

    0

    [DevOpsAsCode] Introduction of force flags for delivery with delete ...

    Hi Team, some small additions to override the dafault XLD behaviour for devopsascode use-case. Additional flexibility is useful especially in cases where the XLD is ...
  • Votes

    0

    convert compose file from xl deploy yaml

    Hello, Currently to use docker swarm we use compose file a yaml file with this format ```` version: '3.4' serives: web: image: nginx:alpine ports: ...
  • Votes

    1

    Add support for Amazon MQ as supported message broker for Release & ...

    We would like to host our message queue in Amazon rather than host our own RabbitMQ or ActiveMQ. Please add support for this configuration--especially for Kubernetes ...
  • Votes

    1

    Jira plugin - start release from Jira side on any issue

    A plugin with below functionality would be really useful: - installed on Jira - appears as a button on any jira issue - that enables users to select a template - and ...
  • Not Planned

    1

    Oracle Exadata support for Digital.AI Release

    Digital.AI Release currently doesn't support Oracle Exadata Databases. It would be good to have Oracle Exadata supported for Digital.AI Release to obtain high ...
  • Votes

    0

    Add 'Phase' progression to the calendar view

    At the moment, the grey horizontal header-bar on each release is the % complete, and during a discussion with one of our internal customers, we talked about how great it ...
  • Votes

    10

    Sending reminders only during working hours

    To avoid that we get delays in our releases, there are some manual tasks and gates in our XLR releases which have to be completed within a few hours. But if these tasks ...
  • Votes

    4

    Java-API Implementation for async task.schedule()

    We would like to have an equivalent task.schedule("<script>.py") implementation for Plugins written in Java/Groovy. In our use case, we have multiple plugins (e.g., ...