st2 icon indicating copy to clipboard operation
st2 copied to clipboard

StackStorm (aka "IFTTT for Ops") is event-driven automation for auto-remediation, incident responses, troubleshooting, deployments, and more for DevOps and SREs. Includes rules engine, workflow, 160 i...

Results 285 st2 issues
Sort by recently updated
recently updated
newest added

## SUMMARY On some cases, when trying to display the help `st2 run action pack.action -h` on an action that has ordered parameters like this one from the `librenms` pack...

bug
good first issue

Related to https://github.com/StackStorm/hubot-stackstorm/pull/237 this improves orquesta workflows by passing along the `slack_message_id` if its found in the payload from an action-alias execution. This ID can then be used with slack...

size/XS

Hi There, If anyone could help me with an issue, we are using ST2 extensively and many workflows runs on the box. The box has good configuration, in terms of...

we are installing the Stackstorm on Linux machine as per the steps shared in stackstorm forum on the step - sudo yum -y install mongodb-org we are getting below error-...

Is there any roadmap or ETA available when support for Ubuntu 24.04 LTS (AKA noble numbat) should be available? According to https://docs.stackstorm.com/install/system_requirements.html the latest Ubuntu version that is supported is...

python 3.12 works. mongodb 7.0 works. I also fixed some unit tests. This merges in @FileMagic and @nzlosh work on mongo 7.0.

size/XXL

### Discussed in https://github.com/StackStorm/st2/discussions/6232 Originally posted by **freeyssu** September 3, 2024 I usually use `with - items` statement for parallel process. I found out that a failed job with `concurrency:...

bug
status:to be verified

# Enhance `st2ctl` Docker detection and usage hints This pull request adds support for detecting when `st2ctl` is being run inside a Docker container and, for VM-style commands, immediately exits...

size/S

## SUMMARY [python_runner.py](https://github.com/StackStorm/st2/blob/master/contrib/runners/python_runner/python_runner/python_runner.py) should check the utf8 length to determine when to use stdin for parameters. Provide a quick summary of your bug report. ``` # If parameter size is...