Skip to main content
1-Visitor
May 17, 2017
Solved

it is possible to create item without login, only using ID (like PTC Integrity Git integration)

  • May 17, 2017
  • 2 replies
  • 2368 views

Hello,

We would like to create a item(like Issues) when some actions are occured in other program.(git)

but we could not create a item without Password(or login).

It is possible to create ChangePackage only using the user's ID, in "PTC Integriry Git Integration"(from the 10.9 version),

the plugin(?) does not use a user's password anywhere.


We want to use a similar way, but I can not do it without a password.


Please let me know how we can accomplish this functionality

Kind regards,

Kim

Best answer by MichaelChatel

Hi Kyoung,

This is not possible when creating issues (items) in Integrity.  You would need to do that under some kind of Integrity userID (account) who can login in Integrity (and who has the other applicable permissions/ACLs).  That could be a regular user/admin account, or depending on your usage, the API user account.

2 replies

5-Regular Member
May 17, 2017

Hi Kyoung,

This is not possible when creating issues (items) in Integrity.  You would need to do that under some kind of Integrity userID (account) who can login in Integrity (and who has the other applicable permissions/ACLs).  That could be a regular user/admin account, or depending on your usage, the API user account.

kkim-31-VisitorAuthor
1-Visitor
May 17, 2017

Hello Michael,

Thank you for your answer.

We thought it would be impossible, too.

We planing to develop it by changing the "Created by" field value to the user ID, after creating an item with an admin account.

Kind regards,

Kim

12-Amethyst
May 17, 2017

Using the impersonation capability of integrity if you pass in the userID of the user to your create item command the created by will show that user assuming its a valid user in integrity.  I dont believe the created by field is editable but impersonation would solve this concern.

1-Visitor
May 18, 2017

Hi Kyoung,

There are three ways to create an item :-

1.) By GUI

2.) By Web Integrity

3.) By CLI

And in all the way you have to put your ID and Password , i think without credentials it looks impossible because integrity first authenticate user only then you can create. So, as per my understanding this is not possible at all.

Regards

Kapil Jain