I need to add a new customer as a reporter to the jira service desk by parsing a contact form's description (or using the reply-to field) in an incoming emailed request. I have tried using Automation, but I get "inactive" user after I try to change the ticket reporter to the new customer I add. Does anyone know of a bypass for this?
It works if I add the customer and manually change the reporter to the new customer but I don't want to do anything manually. It also works fine if a new customer emails the service desk Atlassian email directly. I tried re-fetch delays and didn't see any difference with them. Maybe there is an api point I can post to make this work?
My goal is to get the new customer on the ticket where a jira service desk agent can respond by just commenting via the portal or by responding to their email alone as they are added to the ticket upon creation (on another automation).
Hi There!
Since you already have part of the automation running, I suggest you do the following:
Add a Send Web Request to delay the execution by a couple of seconds before adding the customer as the Reporter. This is necessary as the User search API takes a few seconds to update and show in the results the user you just created.
Please, use the screenshot below as a reference to this action:
Then use the following Smart Value: {{customer.accountId}} into the Reporter Field on your Edit Issue action.
References:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.