Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Hyperlink to a new Work Item is not working #117

Closed
mmuresan opened this issue Apr 6, 2020 · 0 comments · Fixed by #119
Closed

Adding Hyperlink to a new Work Item is not working #117

mmuresan opened this issue Apr 6, 2020 · 0 comments · Fixed by #119
Labels
bug Something isn't working fixed Bug got fixed or found a solution

Comments

@mmuresan
Copy link
Contributor

mmuresan commented Apr 6, 2020

Steps to reproduce

In a normal scenario, if I create a new child item and add it as a child to the parent item, that works well.
If I add a Hyperlink to the child item and then add that child item to the parent as child, then none of the links gets created. Neither links (parent-child and the Hyperlink) is set in the child and parent items

I am adding the Hyperlink using the following, after creating the new child:

newChild.Relations.AddHyperlink(url, comment);

parent.Relations.AddChild(newChild);

if I don't add the Hyperlink this line of code, the parent-child relationship gets created correctly.

This happens in the latest aggregator-cli version.

@mmuresan mmuresan added the bug Something isn't working label Apr 6, 2020
@giuliov giuliov added the fixed Bug got fixed or found a solution label Aug 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed Bug got fixed or found a solution
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants