How to get Slug ID after POST request in RQM URLutility?
Hi,
I am trying to do a POST request using the RQM Url utility to copy a test artifact from one server to another.This works fine. But I need the test artifact ID or Slug ID in destination project area in return to identify the test artifact later on for linking it to other artifacts. (e.g. linking test cases to Test suites to Test cases)
I know the custom header "Content-Location" can be used to get the slug ID of the artifact in the destination project area after the POST request. But how do I achieve this in URL utility.
Can I add custom headers in the url utility? If no then how do I achieve this?