Recently active
Hello!,On my Item, I have multi value picklist. I need to store one more value for each selected value in multi value picklist.Example - My Item has field called connections (multi value pick). Options in connections are 2 pin, 3 pin, 5 pin, 7 pin...so on...Now I have to store how many of each selected connections are available for Item, like 2 pin - 10, 3 pin -1 and 5 pin 2.Here connection option picklist is static with 7 values and it will be growing in future (not frequently changed). We do not need much information about it, so instead of IBPL, I have setup it as static.Per my understanding only option I see is that, I setup another type with 3 fields to store 1 additional value for selected values from picklist.Any other design suggessions?Thanks in advance.Adhik
Hi @all,maybe this is a kind of stupid question, but i didnt find an easy solution by myself I want to have an easy way to make a query for a list of Item-IDs. All what i've found was a querydefinition like this: ((field["ID"] = 532699) or (field["ID"] = 444543) or (field["ID"] = 321876) or ...) In the rich client it is a pain for the users to put a list of 10 or 20 of these IDs into a query by the rule-wizard. Is there any easyer way to do this? Thanks...Jens
Hello,I'm working on issues exchange between Integrity and Dante (via Integrity Integration Platform, but it is not so relevant now). There is a "Protocols" feature in Dante, for examlple, it looks like this:<protocols><entry name="supplier project manager" text="issue accepted, will be fixed in the desired release" timeStamp="2013-11-22T12:08:52+00:00"/><entry name="supplier exchangeUser" text="issue taken from customer" timeStamp="2013-11-21T12:13:53+00:00"/><entry name="customer project manager" text="Intended Releases: V2.1.1" timeStamp="2013-11-15T14:28:27+00:00"/><entry name="customer development engineer" text="Protocol field to be implemented " timeStamp="2013-11-15T14:28:27+00:00"/><entry name="customer test engineer" text="Protocol field still not functional" timeStamp="2013-11-15T14:20:00+00:00"/></protocols>As you can see, one "Protocols" can contain many entries, each entry has name, text and time stamp.This "Protocols" feature ser
Hi, It is possible to fill a field with text from mks window using the java API. The ideea is to call an addon which put some text into a field, egg. "Description" from Create OpenIssue window or any other. The addon is based on MKS Java API.Thank you for your support.
I want to lock a whole sandbox recursively by CLI.I use the command: si lock --gui --filter=!file:*.html -R --revision=:member --sandbox=$MKS.sbThe problem is, if a member is already locked by me I will get a window mentioning it, that I have to click to continue the process.How can I lock and not being prompted if files are already locked by me, by CLI?Many thanks
In my last blog post, I talked about ways the Integrity Customer Community facilitates getting help.Since then, we've linked our KCS article base to the Knowledge search that already revealed key cases from our old Knowledge Base, along with Reference Documents. With the rollout to the new site, accessing this information is a little different.1. Go to the Integrity Support Portal2. Enter your search in the "Search our Knowledge" box, and hit enter or click on the magnifying glass. For instance, if moving an Integrity server to new hardware, you might enter the following:3. You will be presented with a list of search results, which will include case solution ("CS") articles in addition to KB articles and Reference documents that satisfy your search terms. When searching from the Integrity portal, the search will also automatically include a filter to only supply Integrity product results. Our example would return the following results:
Hello,The Project Manager did not checkpoint his project but only applied labels to members.Now, he is trying to retrieve all members which have a certain label.The Filter feature in Configuration Management, "Members at Label", only applies to whatever exists on the current configuration of the project.Is there a way to find all members of this project (also the dropped ones) that have a certain label? Maybe a CLI command?Thank youcristina
1) What is process to merge the change packages, while sources branch having the structual changes (for example: files or subprojects be added, moved, dropped, renamed) to destination branch? 2) What is process for 'Apply CP' in mks client?
Intergity 10.4Hi - What engine and version is used for processing the JavaScript ? If it is a internal engine was it built to a know JavaScript standard e.g. ECMA.... If yes what version?
I know the best way to make a field mandatory when certain conditions are met is to use a pre-event trigger. However, my dilemma lies that I have mandatory fields in the same state, in two tabs, and one is hidden (due to an earlier mandatory field in a state). Now, I do not want the fields that are mandatory on the hidden tab to be mandatory anymore because a different condition was met. Is the best way to run multiple pre-event triggers to make the fields mandatory instead of making them mandatory in the workflow? Also, what order are the pre-event triggers executed?
Hi,I'm a newbie in Integrity (just two days since I installed Integrity client) and I need to transfer some data from Integrity 10 to a SQL Server database. I tried using CLI "im exportissues " into an Excel file, but my preferable way is to be able to use SSIS (SQL Server Integration Service) to connect directly to our Integrity database which is a SQL Server database and extract required data by running a SQL query and finally transfer them into our data warehouse to do some complicated reporting involving other data from various sources.So I'm wondering is there any way to define an Integrity query having high level field names and as output get the proper SQL query containing low level real physical database names, and use this query as my data source in SSIS package?This is a very high priority task and I need to do it very soon. Thanks,
Is there a way to set the Insert/Include for a subsegment within a javascript trigger without using an API? Is using an API for this operation "safe". I've been warned against using API within javascript for setting fields.Thanks,
Hi All,I'm looking at taking two documents that are linked together in Integrity and displaying them together as if they had a relationshipp in a relational database. The only way I've found of doing this is by exporting the data for both documents, running code to create a new line for each value in the 'linked' field and then joining the tables using SQL. (I don't have access to the database for running SQL queries directly so I have to parse the data)I'm a new user and would like to know if there's any way to do this within the Integrity tool itself? For instance, if I have a requirement and it's linked to 3 test cases, my query will return this:12345 | Requirement Summary| 50001, 50003, 50005I would like an output more like this:12345 | Requirement Summary | 50001 | Test Case Description 112345 | Requirement Summary | 50003 | Test Case Description 212345 | Requirement Summary | 50005 | Test Case Description 3 I imagine this is a regular request, but I'm not familiar enough with the
My company uses Integrity 10 (build 10.3.0.3238; API version 4.11.3238). I have the Integrity GUI client installed on my Windows laptop, but I am trying to find more information about the command-line interface (generally, what capabilities it has, and specifically, whether it runs on Ubuntu Linux). I found a link to some on-line documentation, but my account apparently lacks the required permissions to access the document(s).Does anyone know how I can get access to documentation for the CLI?Thanks,Jaime
I have a problem of the builds in a project are not in logical order. There are 6 builds I wish to chart and the order that comes out on the X-Axis is in Alphabetical order. I would like to control the order. Specifically - the builds are 1.00.001.13 - build 1 1.00.002.12 - build 2 1.00.000.188 - build 3 1.00.00.343 - Build 4 1.00.00.283 - Build 5 1.00.00.407 - Build 6They show up in order of : 1.00.00.283, Build 5 1.00.00.343, Build 4 1.00.00.407, Build 6 1.00.000.188, Build 3 1.00.00.1.13, Build 1 1.00.002.12, Build 2Obviously - I would like the order to be in the order of the first list. I cannot change the names of the builds. There is a date associated with a build, but have not figure out how to sort based on the date of the Build item and show the build number.If anyone out there has a recommendation, I would be thrilled!Thanks
I'm using the emailAdvanced.js for a custom workflow I am testing. I cannot figure out why this occurs, but when the trigger fires I receive two identical emails instead of one. We are using the emailAdvanced.js for other triggers without this problem.
Hello!I couldn't find any information around RMT in community, I am not sure if there is any separate location.Background - We are implementing Integrity as replacement for ClearCase Configuration Management. We are using RMT for migrating (Importing) ClearCase VOB into Integrity Source Projects.Issue - There are several configuration files (xslt) available with RMT for mapping Source to Destination field mapping, or setting up rules for file types etc. We are stuck with specific data element available on Custom Tab of ClearCase member (file). This ClearCase Custom Tab has hyperlinks field where we have all linked ClearQuest tickets associated with file changes (versions). Somehow I am not finding way to configure RMT to tell how and where to import this Custom Tab hyperlinks into Integrity Source Projects.I am sure this is very common case, and someone might have done this before. I am hoping to get some help from community before I expore last option of going to PTC/MKS service team
Hi to all,I use Integrity Client 10 and would like to be able to get in a programmaticall way, the selected member informations (like name, path in the sandbox etc)on each click done on a member in the client GUI.I know that this is possible but I am not sure how to get the event "onClick" on the member in sandbox view.The documentation for MKS Integrity 2010CLI Reference Guide does not help in this regards.Please advise,Adrian
It seems that PTC Integrity does not handle the backslash character as a special character when it appears within the text of a field. This becomes a problem for report recipes that utilizes JavaScript. For example, the following text will be fine for an HTML portion of a recipe, but will not work if brought in to a JS variable:C:\test\uninstela\seaf\neraslIf this text was contained in a test annotation, for example, and the text was assigned to a JS variable in the recipe like this:var test_annotation = "<%testresult Annotation %>";the resulting script at runtime would be:var test_annotation = "C:\test\uninstela\seaf\nerasl";the browser would produce an error because it is expecting a hex value after the \u in this string.Why doesn't the script generator handle this? It should convert the backslash to &#92; (or something like this) before sending it to the browser:var test_annotation = "C:&#92;test&#92;uninstela&#92;seaf&#92;nerasl";Has anyone else run into t
Currently my team just uses excel spreadsheets to do code reviews for change packages which I think is very ineffiencent. I found that R4E (review for eclipse) is a great review tool built off of Mylyn Reviews and it even supports SCCM through Mylyn Versions. The version of the MKS Eclipse Plugin (4.10) that I have supports the Team platform, but It does not support Mylyn Versions. This makes it so SCCM support of Mylyn Reviews is not possible. It would be very useful if there was a Mylyn Version: Integrity Connector. Are there any plans in the future to support a connector for Mylyn Versions with the Eclipse Integration.Thanks
I am using Integrity 9 and was curious if you can import a list when creating a pick list field? I have about 240 entries to enter into the pick list.
Hi,Sometimes we encountered a problem when we tried to connect to our integrity server. A popup come up with the following message : "MKS124788 : You require an Integrity Client license with workflow and document capabilities".Restarting the server solves the problem, but this it always reappear (several times a day).Any help would be greatly appreciated. Thanks.Nicolas
Hello,our users are asking for a functionality that allows to send a notification as soon a changed member will be checked in.Does anyone have an idea how to implement such a functionality?We figured out that "Set Member Rules .." seems to be no helping function.Greetings,Klaus
Hi,We encountered some trouble using the command "im about" in command line.When we launch this command we have : Sometimes it fail with these message : im: Unexpected socket termination reading from Integrity Client.Sometimes nothing happen and the prompt wait for the client response.Any help would be greatly appreciated. Thanks.Nicolas
Hi,How to setup a client side script in Integrity?How to set a rule in client side script?Regards,shankar
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.