-
Bug
-
Resolution: Fixed
-
Low
-
Severity 3 - Minor
-
Issue Summary
The new JSM integration framework has an option to set the request status to 'Done' in JSM when an action is taken in Opsgenie. However, a default JSM project doesn't have a 'Done' status and the request statuses are being set to 'Canceled'.
Steps to Reproduce
- Create a JSM integration with the new framework.
- Set an outgoing automation rule to set the request status to 'Done' if the alert is closed in Opsgenie.
- Create a JSM issue.
- Close the corresponding Opsgenie alert.
Expected Results
This should set the status to 'Done', or even return an error if there is no 'Done' status. With the flexibility of the new framework, I'd almost expect you to be able to select any status that your project has when setting up the automation rules.
Actual Results
The JSM request is set to 'Canceled'.
Workaround
Add a 'Done' status to the workflow for the project and issue type.
The problem is fixed.
Thanks!