Edit Related Artifacts Links
4 answers
Hello,
this currently not possible, but should be part of [CCM] Improve link integration - usability and query-ability (291253)
(assuming you might be able to do the change using OSLC API)
Eric
Thanks for the answer Eric.
Can you estimate this implementation?
This is the general context:
I want to maintain a generic WI template that will be good for many teams. Most of the fields in it are relevant for all but others are team specific. I would like the team specific fields to be constructed dynamically and shown only for the team. Currently i got 1 project with teams in it. I don't want to create a project per team and lose the overall connection.
Since i initialize the WI by script anyway, i thought to create some links with name and dummy value and then let the user change the actual link when available (some of the WI data is links to different tests results per team). That will save me the need to maintain a field for the title and then another one for the actual link.
However, since editing the link is not possible from RTC the solution can't be implemented.
Do you have any other recommendation?
Thanks,
Golan
While checking your above suggestion..
I see that edit links in rich text box is supported so i consider maintaining all links is such box.
The issue i see is in query result. The links are coming as single line although in the box they are 1 per line.
It does come well in the print layout though.
Can it be fixed in the query?
Thanks,
Golan
About your suggestion:
you may want to use another type of links (ex : affects test results, ...)
I need a general link object.
If i get it right affects test results requires RTC and RQM integration enabled. Is that right?
Golan
Comments
the reason that a link cannot be edited in place is due to the data storage model used by RTC. the calculation of the item id is based on the type and ids of the endpoints. this makes this link object unique in the database. change an end and the id of the link changes.. thus it cannot be THE SAME LINK..
so you have to delete it and create a new one. with the two exact endpoints.which then calculates another unique id. thus guaranteeing no possible duplicates
Can related artifacts be sorted by name in the WI display?
I do not believe this is possible.