Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

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 you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

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 you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

Here are the screenshots that you can take a look

Share csv and filter on ecm & ecm-worker


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

This is the csv.

 

@Naz_A