Hello !!!
Currently, I'm getting information about a request by the API RESP operation GET_REQUEST_FIELDS.
Everything works fine until I try to get this information about a request that has been merged with other one.
For example, initially there are two request. After that, request 2 is merged into de request 1.
After that, request 1 is accessible by API RESP operation GET_REQUEST_FIELDS but request 2 doesn't.
However, from the ID Request field of the GUI I can get two request.
Anyone know how to get this merged request through the REST or Servlet API?
thanks