Automation smart values - Rovo agents

{{agentResponse.[property]}}

The agent response smart values apply to agents invoked via the Use Rovo agent action in an automation rule. They will all display the agent's response, but with different formatting for different use cases.

{{agentResponse}} returns the text response from an agent as rich text markdown formatting by default.

利用可能なプロパティ

  • {{agentResponse.markdown}} - Returns the same rich text markdown formatting as default.

  • {{agentResponse.adf}}- Returns Atlassian Document Format (ADF) in JSON. Use where ADF is supported.

  • {{agentResponse.wiki}}- Returns legacy Jira wiki markup. This format is used automatically for some actions but is being phased out in favor of ADF.

  • {{agentResponse.asObject}}- Returns raw JSON, suitable for advanced parsing. Use when you need to extract specific values or trigger APIs.

  • {{agentResponse.asList}}- Returns raw JSON but as a list. Useful for extracting specific values or triggering APIs within a branch component.

  • {{agentResponse.asList}}- Returns plain text, ideal for string manipulation (such as splitting or concatenation) and further processing.



さらにヘルプが必要ですか?

アトラシアン コミュニティをご利用ください。