Hi Community, I am creating an agent to automate the jira creation with some mandatory fields and input assignee. The agent is able to resolve the accountId, but the assignee is still being automatic in the preview jira created by agent. I am using the following in the prompt. fields.assignee = { "accountId": "<ownerAccountId>" }
- fields.customfield_11.. = [ { "accountId": "<managerAccountId1>" }, { "accountId": "<managerAccountId2>" }, ... ] . What can be going wrong? I have tired with ari values as well. Same issue.