Skip to main content
13-Aquamarine
April 1, 2016
Solved

Open the Project view in Integrity Client GUI with a file member highlighted ?

  • April 1, 2016
  • 1 reply
  • 2966 views

Hi,

We are using Integrity 10.8

Is there a trick to open the Project view in Integrity Client GUI with entire project content visible and just one file member highlighted in the tree ?

Currently it seems that this is not possible, by using the URL below, just one file member is displayed and everything else is hidden.

integrity://server:port/si/viewproject?project=ProjectPath&selection=FileMemberName

I want all the project content visible, just highlight one of the file members. Please see the attached image for an example.

    Best answer by tdalon

    Hi

    This is not possible:

    see also Open file in sandbox view via CLI with file selected

    PTC will probably answer you can make a RFC for this feature.

    Thierry

    1 reply

    tdalon1-VisitorAnswer
    1-Visitor
    April 1, 2016

    Hi

    This is not possible:

    see also Open file in sandbox view via CLI with file selected

    PTC will probably answer you can make a RFC for this feature.

    Thierry

    1-Visitor
    September 9, 2020

    Unfortunately it is still a problem. 11.1.0.961

    But.

    You can use:

    1.) I used this. Unfortunately it is not possible to let display the history up to a defined memberversion

    integrity://integrity_server:PORT/si/viewhistory?selection="my file name.xy"&project=/Project_path/project.pj

     

    2a.) I liked better but not used:

    integrity://integrity_server:PORT/si/viewhistory?selection="my file name.xy"&project=/Project_path/project.pj

     

    2b.) It become fast my favorite:

    integrity://integrity_server:PORT/si/viewhistory?selection="my file name.xy"&projectrevision=x.y&project=/Project_path/project.pj

    // you have to know in which version of the project existed your needed member 🙂 did not worked by me correctly

     

    PTC PLS: implement the si/viewrevision, what would be great thx.