TF207005 Issue while linking Test Result to Change Request in TFS2015.3 - tfs

When I try to link a Test result to Change Request in TFS2015.3, I get below error:
"TF207005: The current work item already contains links to the following work items: XXXXX".
Please help to resolve this error.
Regards,
Chirag D S

To link a test result to a work item, you must open the test result and associate the work item with the test result.
It' not able to associate multiple Test Results with a single Change Request work item.
Double check if there already been a test result.

Related

Item Tree not being populated from link selector in Sitecore 9.2

Whenever we try to add a link using any of the link types (including media links), we get the empty Sitecore Items tree in the dialog window:
Link Selector Dialog
The tree list only shows the top level /sitecore and nothing else. Are we missing a configuration somewhere or is this a bug that needs to get reported?
If there are no errors in the console then you receive a successful response with 200 status, but empty item[] in JSON response. So, this is a matter of configuration. Please check the template of your item and make sure that you have specified the correct data source for the link field. In case if the data source path is invalid or empty you will get the empty tree.
This issue stemmed from a pipeline patch that was created to catch Glass Mapper generated processor errors. Once removed we had the tree list populating as it should.

Issue finding results in Microsoft Graph /me/drive/search endpoint

I'm having a hard time figuring out how the /me/drive/search endpoint matches documents.
When I try /v1.0/me/drive/search(q='myQuery') I receive documents with the name myQuery back. This makes sense. What doesn't make sense is that if try /v1.0/me/drive/search(q='.') I receive a giant list of results from across my organization. It appears that these documents are accessible to me, but when I try to search for one of them by name they don't come up.
Example
/v1.0/me/drive/search(q='.') returns many documents, one of which is named "My Test Document"
/v1.0/me/drive/search(q='My Test Document') returns no results.
One would expect that the 2nd query returns the same document as the first query.
We've made a change that we believe should help for this specific query. Hopefully you'll get consistent results now!

Get all current forms via code

I can identify (find) an element with a certain RanoreXPath via Ranorex Spy, but not via Ranorex API.
Is there a method to output all current \forms on the computer to be able to debug the problem?
var FormElementList = Host.Local.Find("/form");
foreach (var formElement in FormElementList) {
Report.Info(formElement.GetPath(PathBuildMode.Default, Ranorex.Host.Local).ToString());
}
By identify, do you really mean find?
When I encouter problems with troubleshooting an issue, I usually insert Report.Screenshot and Report.Snapshot at strategic places in recordings (or user code).
When Report.Screenshot has no element specified, it captures a screenshot of the entire desktop which can be useful (when tests are executed unattended).
Report.Snapshot does however need an element (/form could be used as suggested by RanorexPro), but if your XPath is incorrect, this won't help much...
Hoping this gives you ideas...

create multiple 'view in app' links using Branch.io in index view

I'd like to create an index view which shows a list of items followed by a 'view in app' button to download data directly into the app.
Solution 1. [Not a sulution] I think deepviewcta call is appropriated to use in a single product page. It doesn't look like suitable in my case, because it has to call deepview before calling deepviewcta.
Solution 2. I'm trying to construct the URL directly using 'dynamic' deeplink. The documentation says any additional query param appended will shows up in the initSession callback, but it doesn't work for me.
the construct link looks like this:
https://bnc.lt/a/key_test_kkkkkkkkkkkkkkkkkkkkkkk?has_app=yes&channel=character&my_list_id=0c56c4bc-fac9-412a-be19-c0feefe30d29
what I got in the callback only has following data
"+clicked_branch_link" = 0;
"+is_first_session" = 0;
in the callback, other params are just missing, I got:
url NSURL * #"my-app://open?link_click_id=197576253652400385" 0x00007fad90d47450
Any Other Solutions?
It turns out I was using live key in ios App while using test key in server end. So solution 2 works now.
Also for anyone want to do the same thing. For regular Branch Links, it is not possible to stay on the same page as the Branch link was clicked from. they suggest adding a $after_click_url to the Link's data. This key will tell the system to route to a particular web address after the Branch Link has been clicked.
Thanks for branch.io's support, they responded very quickly.

TFS2010 - Work Item Types - Link to a program?

I want a LinkLabel to link to a program (and not to an http-URL). But in work items the only allowed link type seems to be "http" ... how can I create a link in my work item type, that links to a program in my local network like \server1\path2\program3.exe with parameters from the work item's input?
Have you tried to use the file:///c:/myfolder/myapp.exe syntax ?
It works to save the link in the Work Item.

Resources