Recently active
Hello,With the Microsoft Project Integration we are able to map Work Items from Integrity into MS Project.Is it possible to map Change Orders from Integrity to MS Project?We want to have both types in MS Project - the Work Item and the Change Order.Does anyone have an idea how to solve the problem?Thank you very much.Regards,Florian
Hi, we're facing a problem while fetching all fields/attributes/properties available for an issue type via CLI.in general we try to provide some kind of content assist to support users while configuration of a java interface to fetch issues for a concrete PTC server instance.So what we are currently doing:1. fetching all types by using 'im types'2. then iterating over all types within 'im types' and getting properties(e.g. Spawns, Changes Authorized By, Shared Text,), visibleFields(e.g. Parameters, Document Phase, Content Without Back Traces Percentage)3. to get some more information we're using 'im fields' to fetch e.g. the expected type of a valueafter finishing there are some attributes missing e.g. 'Document ID' which seems to be a computed field which comes from the document model? it is visible in the administration client but isn't within the response of the 'im types' command. We already tried 'im viewtype' without success. I noticed the requirement type is of typeClass 'node'
There is a script command called getTransactionContext in the Server Bean. In the description, it mentions a map that can be used to pass information from one script to the next during a transaction. I cannot find how to set or add to this map however.Would someone please let me know how to add to this map?ThanksMark
Hello,I have a Project with a structure like:+project | file_1 |file_2 |+sub_project_1 |file_1_1 etc... |+sub_project_2 |file_2_1 etc...when i create a sandbox of the whole project and then try to (resynchronize or check_in) only the sub_project_1 or the sub_project_2, an error message is displayed saying that this project/sandbox is not registred.any help to fix this issue? For me is the best way to create a sandbox of the whole project but each time i need to resynchronize/check_ii/check-out each sub project separatly ? And it is very hard to create any time for a subproject a new sandbox.Any method that allows to register automatically the created sandbox with its subprojects?Thank you in advanceregardsMiled
Hello all,is it possible to change the workflow of an item in Integrity in depending the attribute category.For example:Category: Heading; Workflow: Draft - FinishedCategory: Functional requirement; Workflow: Draft - to Review - Finished - Revision - DefferedThanks
HI,We have MKS 2007 running in our company. For MKS 2007, i cannot see the workflow and documents section in the MKS Administration. I do have the admin rights, but no one in the company either superadmin rights( either the person who had it left the organization or no one is aware of the super admin). Could you please help me access 'workflow and documents section' so that i can add new fields, change presentations for few types as we do in MKS 2009. Waiting for an early response.ThanksDeepika
Hello All,I was trying to generate Integrity documentation for Integrity 10.5.It is failing for a particular field in Integrity "Notes Report FVA"This field was added recently on SPR Task type.The error which I'm getting is "An FVA to attachment field Attachment RTF does not exist"The field "Attachment RTF" is also present on SPR Task type.I've attached the screenshot of the error.Can anyone please give some insight about the cause of this error and how to address this issue.Thanks in advance.
Hi @all,some user has made a devpath and named it "ABCDE/12". I can set the filter for my projecthistory in the rich client and then i get all revisions which are present in this devpath. But in the commandline it doesnt work. I think Integrity seems to have trouble with the slash in the devpath-name and i cant get it "outquoted" or such things. Here something i tried:si viewprojecthistory --project=#/TLP#subproject_lvl_1/subproject_lvl_2 --rfilter=devpath:'"ABCDE/12"'in this case i got: *** MKS124814: Cannot show view information: MKS125382: Illegal development path specification: One or more Invalid characters found.Then i changed the quoting (or doesnt use any quotes):si viewprojecthistory --project=#/TLP#subproject_lvl_1/subproject_lvl_2 --rfilter=devpath:"'ABCDE/12'"si viewprojecthistory --project=#/TLP#subproject_lvl_1/subproject_lvl_2 --rfilter=devpath:"ABCDE/12"si viewprojecthistory --project=#/TLP#subproject_lvl_1/subproject_lvl_2 --rfilter=devpath:'ABCDE/12'si viewprojecthist
Hello together, we use a report to compare two baselines with each other and show the differences between the two states (differences of the content and the values of the attributes). Now I want to change the report because we've got new attributes and they should also be shown in the report.How can I add the new attributes in the report to compare the changes??Thanks, Michaela
Hello together,is it possible in the Requirements Analyst to create links (relationship fields) with drag & drop?Thanks Michaela
hi,I'm on version 10.3 and I'm trying to decide if I should go to 10.5 So I browsed for integrity documentation looking for enhancements and what is fixed in 10.4 and 10.5. I couldn't find anything though. does anyone know how to find this infromation ie changelog for integirty 10.4 and 10.5. I didn't see it in the server administration guide or the upgrade guide.thanksadam
Why is a source license needed for the requirements analyst viewset? We are using version 10 of Integrity.
Has anyone put together a Microsoft Project Mapping xml for the agile solution?Looking to get sprint user story tasks into a gantt format for quick viewing of resource contraints.
HI,I have few report in MKS 2007. Whne i run those reports in IE 7 or 8.0 and try to export it by right clicking on the report, followiing error is returned:The user name and password associated with the current HTTP request do not match those associated with the current session. Click the following link to go to the main viewCould you please help.
Hi,Is anyone know how to delete the unwanted "CheckPoint" or "Revision from the source control.Regards,shakar
Hi,we would like to do a project checkpoint, but only if there are no member deltas - like for the sandbox snapshot.I thought this could be done with a trigger.A server side trigger however does not seem to have access to the sandbox data and so cannot be used.A client side trigger seems to be much less flexible and powerful.In addition, I really do not know if there is a checkpoint project client trigger event that can be used.Does anybody have experience with project checkpoints only if there are no member deltas?
Does anyone have a valid link to the PTC plug ins so I can download the latest files for integrations?
Hi,how to branch an item? I had already enabled the type attribute of "may have branched", but it didnot work
Hi,we would like to offer default document filter options to our users.This could be done via custom command in the custom toolbar.I found the CLI command "im viewsegment" that might work for us.Unfortunately, the filter options (f.e. im viewsegment -g --filterrule=(field[Category]="Document") 4711) are not valid for use via CLI.Is there another way to get predefined filters / a filtered document (other than manually selecting "show items containing...where")?
We are attempting to add some required functionality for our users and need to perform nested if-statements in computed fields. How do we do this?Example that we cannot make work:A short text field. Syntax indented/format to make the logic a bit more readable.:(Type == "Program Requirement") ? getFieldValue(ID, "Program Requirement Statement") : ( (Type == "Product Requirement") ? getFieldValue(ID, "Product Requirement Statement") : getFieldValue(ID, "Synopsis") )It addition... I appears that computed short text field has inconsisent results when it refers to a long text field with rich content. Sometimes the <-- MKS HTML> tags are showing up and sometimes not. How do we fix this problem?
Hello all,my problem:I create four trigger for different reports. Every trigger need approximately 4 hours. Now i start all trigger on the same time but the trigger will work sequentially. Ther are a possibility to start all trigger at the same time?With the normal settings it this not possible.For any help I'm thankful.M. Hiersche
Hi.We've replaced the "Satisfies/Satisfied By" and "Verfies/Verified By" relationship fields with our versions of these relationships. With that done, we would like to remove them from the Specification item type because they are not used. When we remove these fields from the "Visible Fields" we get "Fields does not exist" errors when trying to create Specification Documents. I've searched the scripts and all the properties and couldn't find any references to these fields.What do I need to do to be able to remove these fields from the "Visible Fields" of the Specification document.Note: Please don't suggest simply "hiding" these fields. We are currently doing that and are trying to physically remove them from this item, and then the Solution.-Sean
Hi, I need to generate report to show previous releases between 2 releases. And those 2 releases needs to passed as arguments using CLI.Could you please help me how should I pass arguments using CLI and generate previous releases based on the arguemnts.Thanks,Gajanan
Hi @all,we want to have some checkboxes in our Integrity-Items. With setting these Checkboxes the user should give his statement that he has done some work. So as an example an item could have three checkboxes, is it possible to do a query-rule which is showing what the last set checkbox was?Thank you,kind regards, Jens
Hi,Our users would like the ability to open an edit-window based on an href. Is there something that we can add to the query string that will only the editable version of a window instead of the read-only window?Example:We have this working to open a read-only window for an item.<a href="integrity://localhost:7001/im/viewissue?selection=12362">We are looking for something like the following to open an editable window:<a href="integrity://SPA-CL-B34FYW1.corp.irco.com:7001/im/viewissue?selection=12362,edit=1">Is this possible? And if so, what is the syntax?-Sean
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.