• Votes

    12

    Restart endpoint

    We would like to have a dedicated restart endpoint available to authorized release administrators that can be used for to restart the application via REST API. Use Case ...
  • Not Planned

    6

    Rest Response custom content

    Hi digital.ai, We would like to send custom response-content without the mandatory JythonResponse format. Currently, all plugins in digital.ai release with a rest-api ...
  • 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

    4

    write task.StatusLine from jython script

    The task.statusLine is accessible only form plugins. It shoud be good to access to this property fromt he jython script as well
  • Votes

    3

    Add API Call to toggle Inherit Parent Permissions Flag

    As a Deploy User, I would like a public API call available to be able to toggle the inherited permissions on a Configuration Item. We have run into situations when ...
  • Votes

    2

    Docker images for xl-deploy-cli

    As of today there is no docker images for the xl-deploy-cli, It would be a good addition to allow further automation capabilities using trusted docker images to build ...
  • 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 ...
  • Planned

    1

    PAT implementation on Atlassian Product integration

    As part of 23.3.x, the Jira plugin was upgraded/ enabled to use PAT authentication. Atlassian has long ago communicated the usage of PAT instead of Basic ...
  • Votes

    0

    Approval Process for Release Template Changes

    Problem Description: For programs where XLR templates are changed by people multiple times in a day, we need an approval process for template changes. The current 2-way ...
  • Planned

    0

    Release Versioning API

    We aim to automate the version control process for templates within our Application Project Directory, which consists of two distinct folders: SANDBOX: A folder where ...
  • Votes

    0

    Provide an API call to create multiple variables

    Could xlr provide an API call that creates multiple variables in a single database insert operation? In cases where a large number of variables must be created ...
  • Not Planned

    0

    XL-Deploy REST API for deployed aplications

    XL Deploy Rest api for deployed applications do not list all deployed applications with the time. It list only few applications when using api. Out of that each ...
  • Votes

    0

    [XL Client] flag to add or remove infrastructure / dictionaries on ...

    We would like an option for the XL CLI to not overwrite an existing environment, but to update one. Current behaviour: xl apply blindly overwrites an existing ...
  • Not Planned

    0

    Status code for Jython task

    I would like the ability to set a status field on a Jython script task. One use case we have is the Jython creates a sub-release, and I currently output the url for it. ...
  • 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: ...