I'm using a custom Rovo agent to help users create Jira tasks for a specific team, among other things.
In the agent instructions, I’ve specified that certain fields (like Sprint, Components...) must always be prefilled with fixed values. I also ask the agent to always request three fields from the user before creating the task, however, the agent often skips asking for one or more required fields, and the fixed values are not shown in the preview or the Jira task.
My questions are:
- Is there a way to guarantee that the agent will include fixed field values in the Jira task?
- Are there known limitations around Jira task creation from Rovo?
Thanks!
Didn't you provided instruction in the prompt of your custom agent to make sure it should ask those three fields? Can you share the prompt?
Hi Amish! Yes, I’ve included very clear instructions for the agent regarding those three fields, as well as the ones that should be prefilled. I’ve tried in several ways, but for example:
- Every task you create must include the following fixed values:Team: Team1Sprint: BacklogComponents: Component1- These values are mandatory.- Before generating any task, you must explicitly ask the user for the following three required fields:1. Platform2. Summary (short title)3. Description (detailed explanation)- These three fields are absolutely required. Never assume, guess, or extract their values from previous messages. Always request them directly.- Do not continue or show a task preview until the user has clearly provided all three of these fields.- If any of the three is missing, respond with a message like:"I need the Platform, Summary, and Description before I can create the task. Could you please provide them?"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is how I wrote a custom Sprint Analyzer which ask for the sprint name, which will prompt back in an event when the sprint name is missing.
under manifest.yml
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.