-
Bug
-
Resolution: Won't Fix
-
Low
-
Severity 2 - Major
-
7
-
NOTE: This bug report is for JIRA Service Desk Cloud. Using JIRA Service Desk Server? See the corresponding bug report.
Issue Summary
If there's an Automation rule to reopen a case on comment, resolving a case with comment will cause the issue to be reopened immediately after resolving it.
Steps to reproduce
- Create a Service Desk project from the Sample data.
- Create an Automation Rule to run as project default and enable the rule.
- WHEN: Comment is added
- IF: Issue matches: Status = "Resolved"
Comment is public - THEN: Transition issue: Reopen issue
- Create a Service Desk issue from JIRA.
- Assign the issue to yourself.
- Resolve the issue by clicking on the Resolve this issue transition button.
- Insert a comment and click on the Resolve button.
- Refresh the page.
Expected Result
Issue stays Resolved based on selected resolution.
Actual Result
Issue is reopened. Checking on the issue history, issue was resolved and then reopened.
Workaround
You have to add the IF condition "Comment is primary action" to your automation rule
- is a regression of
-
JSDCLOUD-2245 Automation Re-open on comment broken
-
- Closed
-
- is related to
-
JSDSERVER-4348 Automation Re-open on comment immediately when an issue is resolved with comment added
-
- Closed
-
- mentioned in
-
Page Failed to load
i solved this with the following jql logic: "resolutiondate <=-1m"