Click HERE to see how Saviynt Intelligence is transforming the industry. |
04/14/2023 02:10 AM - edited 05/12/2023 03:36 AM
Hey everybody!
we are tying to connect accounts to their groups on Jira connector, but it doesn't connect after the first 50 accounts for each group. Other than that Access Import Job goes time out and it does not show end time.
Any suggestions about Jira group pagination and accountEntitlement pagination? I am adding here the Json that I'm using.
04/14/2023 09:12 AM
You can refer to the below JIRA connector guide for the ImportAccountEntitlementJSON and the pagination format to be used.
04/17/2023 12:34 AM
I have started with that but unfortunately, it does not work. that's why I have created 10 calls each with 1000 users.
04/18/2023 09:03 PM
Please add pagination logic , Refer REST Connector doc
05/04/2023 05:54 AM
I did, but it doesn't accept it, even it does, the job goes time out and it does not add the groups to accounts.
05/04/2023 09:10 AM
Can you update ConfigJSON param in the connection with value {"showLogs":true} if not done already. Run the job and look for the below strings to check for the url formation, response data.
Calling Webservice Url
Got Webservice API Response
05/15/2023 01:14 AM
did it but no solution, I need a pagination solution for correlation of groups to accounts.
Any ideas?
05/15/2023 08:11 AM - edited 05/15/2023 08:11 AM
Can you share the logs for the above 2 keywords until the job ends.
05/15/2023 08:49 AM
@Naz_A Can you share the current import JSON you are using.
05/15/2023 09:09 AM
05/15/2023 11:09 AM
Can you try with the pagination format (below) provided in the JIRA Connector guide and validate.
"pagination": {
"offset": {
"offsetParam": "startAt",
"batchParam": "maxResults",
"batchSize": 2,
"totalCountPath": "completeResponseMap.total"
}
}
Connector Guide Link - https://docs.saviyntcloud.com/bundle/Atlassian-v23x/page/Content/Understanding-the-Integration-Betwe...
05/16/2023 01:07 AM
Yesterday, I was using the pagination form in the Json file that I've put here, the problem that we have noticed is that, it sees the groups but the job goes time out so Saviynt doesn't save the results that it has found.
Any suggestion with that also?
Ps. I'm trying this pagination form now, will let you know the outcome.