Click HERE to see how Saviynt Intelligence is transforming the industry. |
07/16/2024 09:03 AM
Hi,
I am looking for jira details to create a connection. can you provide the working details for below
ConnectionJSON,ImportAccountEntitlementJSON,CreateAccountJSON, UpdateAccountJSON, EnableAccountJSON, DisableAccountJSON, AddAccessJSON, RemoveAccessJSON, ChangePassJSON, RemoveAccountJSON, CreateTicketJSON, TicketStatusJSON, AddFFIDAccessJSON and RemoveFFIDAccessJSON
07/16/2024 09:16 AM
Refer Documentation for all JSONs
07/17/2024 08:06 AM
07/17/2024 08:49 PM
How many records are expected from postman api response.
"2024-07-17T15:04:15.361+00:00","ecm-worker","rest.RestUtilService","quartzScheduler_Worker-4-bwbfp","DEBUG","totalCount: 999999999"
"2024-07-17T15:04:15.361+00:00","ecm-worker","rest.RestUtilService","quartzScheduler_Worker-4-bwbfp","DEBUG","offset: 25987500"
?
09/10/2024 03:58 PM
iam getting this error
2024-09-10T17:51:50-05:00-ecm-worker--null-qf98v--com.fasterxml.jackson.databind.JsonMappingException: No content to map due to end-of-input at [Source: ; line: 1, column: 0] at com.fasterxml.jackson.databind.JsonMappingException.from(JsonMappingException.java:270) at com.fasterxml.jackson.databind.ObjectMapper._initForReading(ObjectMapper.java:3854) at com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:3799) at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:2877) at com.saviynt.provisoning.rest.RestProvisioningService.initializeConnectionForImport(RestProvisioningService.groovy:1911) at com.saviynt.provisoning.rest.RestProvisioningService.doImport(RestProvisioningService.groovy:122) at com.saviynt.ecm.integration.ExternalConnectionCallService.invokeExternalMethod(ExternalConnectionCallService.groovy:232) at ApplicationDataImportJob.execute(ApplicationDataImportJob.groovy:211) at org.quartz.core.JobRunShell.run(JobRunShell.java:199) at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:546)
09/10/2024 09:13 PM
Fix you json syantax
09/10/2024 09:18 PM
json is valid and still the same error
{
"accountParams": {
"connection": "acctAuth",
"processingType": "SequentialAndIterative",
"statusAndThresholdConfig": {
"statusColumn": "customproperty4",
"activeStatus": [
"true"
],
"deleteLinks": false,
"accountThresholdValue": 100,
"correlateInactiveAccounts": false,
"inactivateAccountsNotInFile": false,
"deleteAccEntForActiveAccounts": true
},
"call": {
"call1": {
"callOrder": 0,
"stageNumber": 0,
"http": {
"url": "https://abcd-jira.atlassian.net/rest/api/2/users/",
"httpHeaders": {
"Authorization": "${access_token}",
"Accept": "application/json"
},
"httpContentType": "application/json",
"httpMethod": "GET"
},
"listField": "",
"keyField": "accountID",
"colsToPropsMap": {
"accountID": "accountID~#~char",
"name": "displayName~#~char",
"status": "active~#~char",
"accounttype": "accountType~#~char",
"customproperty1": "timeZone~#~char",
"customproperty2": "locale~#~char",
"customproperty3": "self~#~char",
"customproperty4": "active~#~char",
"customproperty5": "emailAddress~#~char"
},
"pagination": {
"offset": {
"offsetParam": "startAt",
"batchParam": "maxResults",
"batchSize": 2,
"totalCountPath": 100
}
}
}
}
}
}
09/10/2024 09:24 PM
error in job
Error Failed to import data | No content to map due to end-of-input at [Source: ; line: 1, column: 0] |
09/10/2024 09:25 PM
what kind of permissions are needed for Jira API Token?
09/10/2024 09:31 PM
Validate from postman ?
09/10/2024 10:02 PM