I've configured a custom Rovo Bot to automatically create structured bug tickets in Jira from user descriptions. The bot is designed to immediately generate a complete bug report with all required fields (Summary, Description, Environment, Steps to Reproduce, etc.) whenever a user mentions an issue.
The Issue:
The bot does not create the Jira ticket on the first attempt. Instead, I have to explicitly ask it to "create the ticket" or "do it again" in a follow-up message before it actually executes the agent_action_jira_issue_create action.
When I provide an issue description, the bot should:
When I provide an issue description, the bot:
agent_action_jira_issue_createf7371bc8-c21e-4645-95bf-5c98dae05febThe bot's response metadata shows:
{
"scenario": {
"id": "f7371bc8-c21e-4645-95bf-5c98dae05feb",
"name": "Agvengers Flow",
"actionIds": ["agent_action_jira_issue_create"]
},
"actions": [],
"plugin_invocations": []
}
Notice that "actions": [] is empty on the first attempt, even though the action is configured in the scenario.
My bot is instructed to:
The instructions emphasize immediate ticket creation, but the bot seems to only format the report without triggering the action.
agent_action_jira_issue_create action is enabled in the scenarioAny guidance on ensuring the Jira action executes on the first attempt would be greatly appreciated!
Hello, Good day. I have created a support request with the concerned team and our team will get back to you over email. Thanks
@Dor Blayzer @Clark Everson This usually happens because Rovo agents often don’t auto-run write actions on the first message—they’ll draft the content, then wait for a clear “go ahead” to create/update items. That’s why you see actionIds configured but actions: [] empty. Fix: adjust the prompt/instructions to include an explicit trigger phrase (e.g., “After drafting, ask: ‘Create this ticket now? (Yes/No)’ and only run the action on Yes”), or require users to start with “Create a bug ticket:” so intent is unambiguous. If you truly need auto-create, check org safety settings/governance—some tenants enforce confirmation for write actions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Clark Everson
Any updates on this one?
It's really frustrating to ask the agent twice to create a simple ticket.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Dor Blayzer
Taking a look at this I found this ticket from the developer community: https://ecosystem.atlassian.net/browse/FRGE-1601
From what I could see it seems like it maybe a known issue as it does occur with Rovo service accounts, on a few threads over in the developer community.
As yours is a bit different I escalated it to Atlassian as it seems from reviewing you tired everything.
Best,
Clark
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is a question in the same context:
In creating the Jira, I am facing another issue: Rovo isn't setting the Team Assignment. We have several teams that can be selected through the interface, but Rovo isn't doing that. For example, the teams include Instructional Technology, Repair, IDM, etc. Any help is appreciated.
Abdel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.