# Jira issues, sprint, fix version summaries

This feature allows you to g generate AI insights from your Jira data to understand development progress and identify optimization opportunities.

## How to generate Jira summaries

1. Click "**Use AI**" (top left)
2. Select "**Summarize Jira insights**"
3. Choose analysis type:
   1. **Jira issues summary:**
      1. Analyze progress on one or multiple issues
      2. Assess potential blockers and timeline impact
      3. Generate actionable recommendations
   2. **Sprint summary:**
      1. Analyze completed work and potential blockers
      2. Get actionable recommendations to minimize spillovers
      3. For completed sprints: retrospective of successes and improvement areas
   3. **Fix version summary:**
      1. Analyze completion status and potential blockers
      2. Get actionable recommendations to minimize delays
      3. For completed releases: retrospective analysis

## Data points and insights

Luna's AI analyzes a variety of data points including:

<table><thead><tr><th width="191.34765625">Analysis type</th><th>Description</th></tr></thead><tbody><tr><td>Issues completion</td><td>Done vs remaining work by effort and priority level</td></tr><tr><td>Scope creep</td><td>Track scope increases after work begins by monitoring child issue additions, description expansions, and reopened issues</td></tr><tr><td>Blockers</td><td>Analyze comments to identify blockers and resolution status</td></tr><tr><td>Dependencies</td><td>Identify dependencies that are at risk of causing delays</td></tr><tr><td>Timeline risks</td><td>Overdue issues and stalling issues that haven't progressed</td></tr><tr><td>Velocity</td><td>Calculate spillover risks for sprints and delay risks for fix versions/issues</td></tr><tr><td>Workload</td><td>Assess workload allocation and team imbalances</td></tr></tbody></table>

## Follow-up actions

After generating Jira summaries, convert insights to action:

* Click on **Follow-ups: Import issues as launches**
* Luna will recommend issues to import and track as launches in Luna.
* **Import to Luna**: select relevant Jira issues and import them as Luna launches
* Maintain automatic linking between Jira and Luna for ongoing synchronization

<figure><img src="/files/WBICIDz47WjiBNDiDOTA" alt=""><figcaption></figcaption></figure>

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.withluna.ai/ai/jira-issues-sprint-fix-version-summaries.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
