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

    0

    Availability of Some Global variables (like task_id, installation path ...

    Some times we need to know the task-id of the deployment and other Global variables to be used in script or command CI's. Would be good if we can get them as ...
  • 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

    5

    Parallel Phase like Parallel Group

    In Digital Release, some group like (QA, Ops) would like to advance in parallel phase to go faster. With parallel group, if we have a lot of task, it's not easy to see ...
  • Votes

    0

    Enable log for any change in Modification of AD Group privilege in ...

    We are integrating User (LDAP Group) into XL-Release. We are creating service accounts for each set of users. Currently, there is no option in XL-Release to verify if any ...
  • Votes

    1

    LDAP Custom Error Message

    Hi Team, as shown in Image for any Authentication Error it shows Message "The username and/or password you have entered is incorrect." and we would like to change it to ...
  • Votes

    0

    search by assignment/release container number (ISPW/XLR)

    Please make it possible to search for releases by assignment/release container numbers to make finding older releases for specific containers easier.
  • Votes

    0

    Audit event webhook or Kafka Event

    At this time, there is AuditLog in Digital AI Release that allow to know when someone did something ( like skipping, removing step, etc .. ). That's usefull, but it ...
  • Votes

    1

    Fetch multiple records from ServiceNow

    I as Release template developer (DevOps dude?) want to query ServiceNow to check where my applications needs to be installed. I want to fetch all servers matching a ...
  • Votes

    1

    Generate Audit Report USING REST API

    Hi, We would like to generate automaticaly audit report per month or week with REST API but it is not possible to do that. Our need is to get and measure the time to ...
  • Not Planned

    1

    Template Versioning for execution

    I would like the ability to use the 'template versioning' mechanism for the execution of templates. For instance, I could configure my template to run from version 1.0 ...
  • Votes

    1

    Users should not be able to create more than 3 Sub-Releases in a ...

    Hello, This idea is to control the over usage of sub-releases and ensure that the performance of XL Release is not impacted. In any scenario, a user not be able to ...
  • Votes

    1

    Generate a template from a completed release

    A large existing Release customer has requested the ability to generate a template from a successfully executed release. They have complex releases (over 7000 steps) and ...
  • Votes

    1

    Export option for Release statistics

    I would like to see a button that enables me to export release statistics - tables and if possible charts as well - in xlsx format so these data can be worked on later.
  • Not Planned

    3

    Fail Jira task if connection to Jira server is not working

    We have several 'Jira - Check issue' tasks that hang because they do not "sense" that the issue on Jira side has already reached the desired status. This can be led ...
  • Not Planned

    2

    Fail Jenkins task if Release is unable to lock job

    We have encountered a problem with Jenkins: Build tasks, namely it did not sense that the job on Jenkins side has already finished. After checking the logs, Release was ...
  • 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. ...