How to get the column name in UI for Test case using Rest API?
Hi Team,
I've extracted the ETM test cases using rest api - https://sleroyblog.wordpress.com/2013/04/09/querying-rqm-40-through-oslc-and-rest-api/#descending_approach.
But, the column name in the xml response are different from UI. For example,
priority (xml) -> Priority (UI)
creator (xml) -> Created By (UI)
How to get the UI column names mapped with the xml content?