Hi all,
I've been trying to troubleshoot and find out why my Automation rule (which looks simple) is just not returning the accountID from the web request. The objective is to set the reporter from a short text field containing the "display name - email" of a user.
- When an issue is created, I'm sending an API request which extract the email portion of the value from "Appelant" short text field. It follows the format "Display Name - email@example.com".
- If the response accountID from that web request isn't empty,
- Then the Reporter needs to be that user from "Appelant". I used smart value {{webhookResponse.body.accountID}} to define it.
- If any other condition
- Then the reporter is set to a service account
It seems that Jira doesn't find any users to correlate from that web request to insert it in Reporter.
I've tested the request with postman and it returns me informations just fine.
I've also added some return logs within the rule and there's nothing in the response body. Hence this, the service account always ends up as the Reporter.


