Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/webviews/jiraIssueWebview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1276,7 +1276,7 @@ export class JiraIssueWebview
url: issueUrl,
};

await Container.rovodevWebviewProvider.setPromptTextWithFocus(promptText, jiraContext);
await Container.rovodevWebviewProvider.invokeRovoDevAskCommand(promptText, [jiraContext]);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should be allowing users to add more context as appropriate. See how BBY does it

} catch (e) {
Logger.error(e, 'Error opening Rovo Dev with issue context');
this.postMessage({
Expand Down
Loading