Skip to main content
DinoAI can read Jira ticket details, analyze the error, and guide you through the fix and Git workflow in one interface, so you stop context switching between tickets, logs, and your IDE. In this guide you resolve a production issue from a Jira ticket.
PrerequisitesEstimated time: 10 minutes.

Steps

1

Open DinoAI and select the Jira tool

Click the DinoAI icon in the left panel, then select the Jira tool from the tools menu.
2

Add context (optional)

Add context about what you want to do with the ticket information, such as the models or files involved.
3

Enter the ticket ID in your prompt

Reference the Jira ticket ID in your prompt. For example:
Help me fix the issue described in PROD-123
DinoAI accesses the ticket, analyzes its description, comments, and attachments, and identifies the issue type, severity, and any error logs or context. If configured, it applies relevant .dinorules preferences, then provides a structured plan to resolve the issue with an appropriate Git workflow.
4

Review and accept the changes

Review the proposed plan and changes, then accept them to apply the fix in your project.
5

Test the solution

Run the affected models or tests to confirm the change resolves the issue.
6

Commit and push

Commit and push the changes with a reference to the ticket ID so the code change stays traceable to the ticket.
The change resolves the issue described in the ticket, tests pass, and your commit references the ticket ID. If DinoAI cannot read the ticket, confirm the Jira integration is configured and the ticket ID is correct.

Next steps

Generate pull request descriptions

Summarize your fix for review.

Debug failed dbt™ commands

Use terminal context to diagnose command failures.

DinoAI use cases

Explore more ways to work with DinoAI.

Copilot reference

How context, tools, and Agent Mode work.