Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Can't bring projects from JIRA

Naz_A
Regular Contributor
Regular Contributor

Hello all!

I have configured ImportAccountEntJson of Jira, it brings users, groups and roles but I can't make it bring projects from Jira, even though it recognizes it since it can be seen from 'Entitlement Type'. 

I am putting also the related Json part down here so that you can take a look. 

"Project": {
"entTypeOrder": 1,
"call": {
"call1": {
"callOrder": 1,
"stageNumber": 0,
"http": {
"url": "https://hostname/rest/api/2/project/?",
"httpHeaders": {
"Authorization": "${access_token}",
"Accept": "application/json"
},
"httpContentType": "application/json",
"httpMethod": "GET"
},
"listField": "projects",
"keyField": "entitlementID",
"colsToPropsMap": {
"entitlementID": "id~#~char",
"entitlement_value": "name~#~char",
"customproperty1": "self~#~char" ,
"customproperty2": "key~#~char"
},
"pagination": {
"offset": {
"offsetParam": "startAt",
"batchParam": "maxResults",
"batchSize": 2,
"totalCountPath": 100

 

 

Thanks a lot! 

6 REPLIES 6

rushikeshvartak
All-Star
All-Star

Postman screenshot ?

why url ends with ?


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Naz_A
Regular Contributor
Regular Contributor

I use the same link on the postman as well, and it finds me all the projects, but when I put the same link on JSON, I can't see any projects on the Saviynt side. 

The link ends with '?' because this way it finds all the projects I assume, please tell me if it is wrong or not. 

Enable connector level logs and share


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Here are the screenshots that you can take a look

Share csv and filter on ecm & ecm-worker


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

This is the csv.

 

@Naz_A