When the status has to change from "Resolved" to "Closed", it is changing from "Resolved" to "Build in progress and again from "Build in progress" to "Closed" in one second which is increasing the re-open count.

utkarsha_s
Kilo Expert

Hi Guys,

When the Status has to change from "Resolved" to "Closed", it is changing from "Resolved" to "Build in progress" and again from "Build in progress" to "Closed" in one second which is increasing the re-open count. Please refer to the screenshot to understand more clearly. It had to change from Resolved to Closed after two days but immediately this intermediate state it is changing to i.e. Build in progress. This is happening for GREQs.  

Please let me know which Business Rule should I refer to which is causing this issue or which code should I change. Help me with the exact details please as I am not able to find the issue.

screenshot.png

Thanks,

Utkarsha Saxena

1 ACCEPTED SOLUTION

The problem was with the Business rule 'Update_GREQ_Status_new' on Incident_task table wherein a line of code which was 'inc.incident_state = Inc_status;' was causing the issue. I removed it and the issue was resolved. Thanks a lot for all the help!



Utkarsha Saxena


View solution in original post

20 REPLIES 20

Hi Parvinder,



I am not able to put a debugger on the particular state. Help me do the same.