# Jira

Overview: Connect to your Jira workspace to access projects, issues, and development workflow data.

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

**Detailed Functions:**

Project & Board Management:

* List Projects: View all accessible projects
* Get Boards: Access Kanban and Scrum boards
* Get Components: View project components and modules

Issue Management:

* List Issues: Get issues for specific projects
* Get Issue: Detailed issue information including comments and history
* Get Issue Types: Available issue types (Bug, Story, Epic, etc.)
* Get Comments: Issue discussion threads

Sprint & Agile Workflow:

* Get Sprints: Active and completed sprints for boards
* Get Sprint Issues: Issues within specific sprints
* Get Current Sprint Issues: Active sprint status and progress
* Get Next Sprint: Upcoming sprint planning information

User & Assignment Tracking:

* List All Active Users: Team member information
* Get Incomplete Issues by Assignee: Individual workload analysis
* Get Completed Issues in Time Range: Productivity tracking

Priority & Risk Management:

* Get High Priority Issues: Critical issues requiring attention
* Get At-Risk Items: Issues that may miss deadlines

Use Cases:

* "Show me all bugs assigned to the engineering team"
* "What's the current sprint status for Project Alpha?"
* "Get me a summary of completed work this week"
* "What are my tasks in this project ?"


---

# 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.calk-ai.com/knowledge/integrations/jira.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.
