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

CreateAccountJSON Task Stuck in Pending State

jezzanuena
Regular Contributor II
Regular Contributor II

Hi Everyone! We are trying to create an account in JIRA however the task is stuck in Pending state. # of provisioning retry is coming up every time we run the provisioning job however, there are no provisioning comments and provisioning metadata

jezzanuena_0-1729707412835.pngjezzanuena_1-1729707430810.png

Below are the logs

jezzanuena_2-1729707590850.png

Below is our CreateAccountJSON 

Spoiler
{
    "accountIdPath": "call1.message.accountId",
    "dateFormat": "yyyy-MM-dd'T'HH:mm:ssXXX",
    "responseColsToPropsMap": {
        "accountID": "call1.message.accountId~#~char"
                },
    "call": [
        {
            "name": "call1",
            "connection": "basicAuth",
            "httpMethod": "POST",
            "httpParams": "{\"emailAddress\": \"stest06@emailadd.com\",\"name\": \"${user.displayname}\",\"products\":[\"jira-admin\"]}",
            "httpHeaders": {
                "Authorization": "${access_token}",
                "Accept": "application/json"
            },
            "httpContentType": "application/json",
            "successResponses": {
                "statusCode": [
                    200,
                    201,
                    202
                ]
            },
            "unsuccessResponses": {
                "statusCode": [
                    400,
                    401,
                    403
                ]
            }
        }
    ]
}

 

2 REPLIES 2

rushikeshvartak
All-Star
All-Star

Please share postman screenshot and curl command [Refer https://codingnconcepts.com/postman/how-to-generate-curl-command-from-postman/ ]


Please share the logs in text format for easier debugging. Additionally, provide the task ID, error details, or specific line numbers where the issues occur to help us review the relevant sections efficiently.



⚠️ Important: Do not upload attachments containing sensitive information, such as IP addresses, URLs, company/employee names, or email addresses. For more information, refer to the Saviynt PII Policy.


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

NM
Honored Contributor III
Honored Contributor III

@jezzanuena is automated provisioning enabled?


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