Integrity, a PTC Product is a software system lifecycle management (SSLM) and application lifecycle management (ALM) platform developed by MKS Inc.
Questions tagged [mks-integrity]
85 questions
12
votes
5 answers
Is it possible to import an MKS Integrity repository into git?
I need only the source tree and its history. I don't care for the requirements/issues stuff for now. I played a bit with the command line to figure out if I could get a list of change packages for the trunk and some of the dev paths. I thought it…

EricSchaefer
- 25,272
- 21
- 67
- 103
5
votes
5 answers
Can MKS Integrity integrate with other source control tools? (SVN, Git...)
My boss is interested in using MKS Integrity for bug tracking, feature requests, Wiki documentation and so on. However, we currently use Subversion, and he doesn't want to force us devs to use a version control system that we don't like.
Is is…

bnsmith
- 1,667
- 19
- 30
4
votes
2 answers
MKS/ PTC Integrity Source equivalent to svn:ignore
We use MKS/PTC Integrity for source control at my work. Is there an equivalent to the svn:ignore flag from subversion?
Essentially, I'd like a way to tell MKS to ignore a folder / file for changes. (Ie., our compiler output folders, etc).

Marty Pitt
- 28,822
- 36
- 122
- 195
4
votes
2 answers
Is there a blame/annotate for 'MKS Source Integrity'?
I am accessing some source code controlled on Windows via 'MKS Source Integrity' (a proprietary VCS, predecessor to 'MKS Integrity').
How can I find out in which revision particular lines of source code were last changed? The feature is variously…

Sam
- 581
- 4
- 17
3
votes
2 answers
How to use MKS Integrity (source code control) more efficiently
We use MKS Integrity for our source control. I have no control over that -- I just have to use it.
What are some "gotchas" that I should know about and avoid? And, are there any neat things about the software that will allow me to use it…

thursdaysgeek
- 7,696
- 20
- 78
- 115
3
votes
3 answers
Difference between Subversion and MKS
Please let me know the differences between the Subversion and MKS
sandy
2
votes
2 answers
MKS Integrity for Requirements
I noticed posts on here about MKS Integrity as compared to other source code control. Has anyone been using MKS Integrity to manage requirements? How is it going? I'd appreciate any insights about it if:
you install it and use it
evaluated it but…

mamj
- 21
- 3
2
votes
1 answer
MKS/PTC Integrity CLI commands for electronic signatures
I am trying to edit an issue in PTC integrity using the CLI command:
im editissue --hostname= --password= --field= ......
On execution of the command, it asks for Electronic signature credentials which are needed to complete the command…

nikhil sukumar
- 51
- 7
2
votes
1 answer
how do I extract attachments from integrity PTC items using Java API
I'm trying to extract attachments from integrity PTC items that are on a linux server from my Windows PC but it keeps giving me errors. The exact same command worked in command line
IntegrationPoint integrationPoint =
…

R Zol
- 55
- 5
2
votes
1 answer
Partitionally resync PTC Integrity Sandbox (exclude Folder)
I have an Integrity Sandbox which I checked out without recursing into the subprojects. There are around 30 subprojects and among these one, thats only a big archive of builds.
As I want to use this sandbox regularly by a jenkins job and need to…

Igl3
- 4,900
- 5
- 35
- 69
2
votes
1 answer
PTC Integrity edit multiline field in issue
How do I add a line break while editing a field via CLI?
im editissue --field=comment="first line\nsecond line" ISSUE_NUMBER just saves the whole string in one line with a "\n"
The comment field is a multiline field and it is possible to insert a…

Federico
- 138
- 1
- 12
2
votes
2 answers
MKS Integrity: open item from command line
I would like to open a item in MKS from the command line using the item number:
command 123456
and get directly to the gui item view. I've been googling around for API examples, but haven't found anything helpful yet. In the extension I'll use it…

ragnar
- 53
- 1
- 7
2
votes
1 answer
MKS: Find out change package used for updating revision of member
I often need to find the change package which was used to "update" or "update revision". I use the following command to find a CP for revision 1.3 of a file:
si rlog -r 1.3 --format="{membername}|{memberrev}|{cpid}\n" --noHeaderFormat…

Federico
- 138
- 1
- 12
2
votes
3 answers
Java mks api crash
Story: I try to connect to integrity with the java mks api and then to execute "si viewsandbox" command. The connection to integrity and execution of the command works fine until when I try it with tiny sandboxes. If I try the viewsandbox command…

BumbleBeeX6
- 29
- 3
2
votes
1 answer
Lock multiple files in MKS
Can someone help me with the command to lock multiple files in MKS.
To lock a single file, the command is si lock --gui "filepath". I have tried some combinations like si lock --gui "filepath1;filepath2" and si lock --gui "filepath1";"filepath2" but…

lerner1225
- 862
- 7
- 25