# Jira Project Management Tool Q/A

* **What is JIRA?**  
    JIRA is a project management and issue-tracking tool developed by Atlassian. It is widely used for bug tracking, Agile project management, and workflow automation.
    
* **What are the key features of JIRA?**  
    JIRA offers issue tracking, customizable workflows, Agile boards (Scrum and Kanban), dashboards, reports, automation, and integrations with other tools like Confluence, Bitbucket, and Jenkins.
    
* **What are issues in JIRA?**  
    Issues are tasks, bugs, or feature requests that need to be tracked and managed in a project. Each issue has a unique ID and follows a defined workflow from creation to completion.
    
* **What are the different issue types in JIRA?**  
    Common issue types include Epics (large features), Stories (user requirements), Tasks (work items), Subtasks (smaller parts of tasks), and Bugs (defects in software).
    
* **What is a workflow in JIRA?**  
    A workflow defines the lifecycle of an issue, including statuses like To Do, In Progress, and Done. It ensures tasks follow a structured path from creation to resolution.
    
* **What are Agile boards in JIRA?**  
    Agile boards (Scrum and Kanban) help teams visualize work progress. Scrum boards are used for sprint-based development, while Kanban boards support continuous workflow without fixed iterations.
    
* **What is JIRA Query Language (JQL)?**  
    JQL is a flexible search language that helps users filter and find issues using custom queries. It allows complex searches like finding all issues assigned to a specific user or issues closed in the last week.
    
* **What are components in JIRA?**  
    Components are subcategories within a project that help organize and group related issues. They allow better tracking of tasks related to specific features or modules.
    
* **What are labels in JIRA?**  
    Labels are custom tags used to categorize issues. They help in quickly searching and grouping issues across multiple projects based on common themes.
    
* **What is a backlog in JIRA?**  
    A backlog is a prioritized list of work items that need to be completed. It is commonly used in Agile projects to store upcoming tasks before they are assigned to sprints.
    
* **What is the difference between Scrum and Kanban boards in JIRA?**  
    Scrum boards follow sprint-based planning with fixed timelines, while Kanban boards focus on continuous delivery by limiting work in progress and visualizing workflow.
    
* **How does JIRA handle permissions?**  
    JIRA provides role-based access control, where administrators can define user roles and permissions. This ensures only authorized users can create, edit, or transition issues.
    
* **What are versions and releases in JIRA?**  
    Versions help track software releases by grouping related issues. They allow teams to monitor progress and ensure that all necessary tasks are completed before a product update.
    
* **What is an Epic in JIRA?**  
    An Epic is a large user story or feature that spans multiple sprints. It is broken down into smaller Stories and Tasks for better tracking and management.
    
* **How can you automate tasks in JIRA?**  
    JIRA allows users to set up automation rules to perform actions like assigning issues, updating statuses, and sending notifications based on specific triggers.
    
* **What are subtasks in JIRA?**  
    Subtasks divide a parent task into smaller, manageable parts. They help teams work on different aspects of the same task efficiently.
    
* **How does JIRA integrate with other tools?**  
    JIRA integrates with various tools like Confluence (documentation), Bitbucket/GitHub (code management), Slack (communication), and Jenkins (CI/CD pipelines).
    
* **What is a filter in JIRA?**  
    Filters save custom JQL queries for quick access to frequently searched issues. Users can also share filters with team members for consistency.
    
* **How do you clone an issue in JIRA?**  
    Cloning creates a duplicate of an issue while allowing modifications. It is useful when similar tasks need to be repeated with minor changes.
    
* **What is bulk editing in JIRA?**  
    Bulk editing enables users to update multiple issues simultaneously, such as changing status, reassigning tasks, or updating priority.
    
* **What is the difference between a team-managed and company-managed project in JIRA?**  
    Team-managed projects allow teams to configure workflows and settings independently, while company-managed projects provide standardized settings controlled by administrators.
    
* **How do you track time in JIRA?**  
    JIRA allows users to log work hours, estimate effort, and generate time-tracking reports to monitor team productivity.
    
* **What is the purpose of dashboards in JIRA?**  
    Dashboards provide a visual overview of project progress, team workload, and key metrics using customizable widgets and charts.
    
* **What is JIRA Service Management (JSM)?**  
    JIRA Service Management is an ITSM tool used for handling customer support, incident management, and service requests with SLAs.
    
* **How can you create a custom workflow in JIRA?**  
    Custom workflows can be designed by defining statuses, transitions, conditions, validators, and post functions in the workflow editor.
    
* **What are post functions in JIRA workflows?**  
    Post functions are automated actions that execute after an issue transition, such as updating fields, sending notifications, or creating subtasks.
    
* **What is the Release Hub in JIRA?**  
    The Release Hub helps track the progress of software releases by ensuring that all required issues are completed before deployment.
    
* **How does JIRA support CI/CD pipelines?**  
    JIRA integrates with CI/CD tools like Jenkins, Bitbucket, and Bamboo to track builds, automate deployments, and link issues to code commits.
    
* **What are SLAs in JIRA Service Management?**  
    Service Level Agreements (SLAs) define response and resolution time targets for handling customer requests and support tickets.
    
* **How can you migrate data in JIRA?**  
    JIRA allows data migration through CSV import/export, JSON, and API-based integrations, making it easy to move projects between different instances.
    
* **How do you create a project in JIRA?**  
    You can create a project in JIRA by selecting "Create Project," choosing a project type (Scrum, Kanban, or Team-managed), and configuring settings like workflows, issue types, and permissions.
    
* **What is the difference between Bug, Task, and Story in JIRA?**  
    A **Bug** represents a defect or issue in the system, a **Task** is a work item that needs to be completed, and a **Story** describes a user requirement or feature that contributes to a larger goal.
    
* **How do you transition an issue in JIRA?**  
    An issue can be transitioned by clicking on its status and selecting the next stage in the workflow (e.g., from "To Do" to "In Progress"). The workflow determines the allowed transitions.
    
* **What are project roles in JIRA?**  
    Project roles define user permissions within a project. Common roles include **Administrator** (full control), **Developer** (can edit and transition issues), and **Viewer** (can only view issues).
    
* **How do you create a custom field in JIRA?**  
    Custom fields can be added from JIRA’s admin settings. They allow users to collect additional information beyond the default fields (e.g., adding a "Severity" field for bugs).
    
* **What are issue priorities in JIRA?**  
    JIRA provides default priorities like Low, Medium, High, and Critical. These help teams decide which tasks or bugs should be addressed first.
    
* **What is a Sprint in JIRA?**  
    A Sprint is a fixed-length time period (usually 1-4 weeks) in which teams work on completing tasks and stories. It is used in Scrum projects to deliver incremental progress.
    
* **How do you start and end a Sprint in JIRA?**  
    A Sprint is started by selecting issues from the backlog and clicking "Start Sprint." It ends when all issues are completed, or the time expires, after which a Sprint retrospective is conducted.
    
* **What is a Resolution in JIRA?**  
    The Resolution field indicates how an issue was closed (e.g., Fixed, Won't Fix, Duplicate). It must be set before an issue moves to the "Done" status.
    
* **How do you set up notifications in JIRA?**  
    JIRA allows you to configure notification schemes that alert users via email when specific actions occur, such as issue assignment or status changes.
    
* **What are watchers in JIRA?**  
    Watchers are users who get notifications about changes to an issue, even if they are not assigned to it. Anyone can add themselves or others as watchers.
    
* **What is the difference between Clone and Move in JIRA?**  
    **Cloning** creates a duplicate of an issue in the same project, while **Moving** transfers an issue to another project or changes its issue type.
    
* **How do you manage dependencies in JIRA?**  
    JIRA allows you to link issues using relationships like "Blocks," "Is Blocked By," "Relates To," and "Duplicate" to indicate dependencies between tasks.
    
* **What is a Board in JIRA?**  
    A Board (Scrum or Kanban) visually represents project tasks and their progress. It helps teams manage workflows and track work items efficiently.
    
* **How do you create reports in JIRA?**  
    JIRA provides built-in reports like Burndown Charts, Velocity Charts, and Sprint Reports to analyze progress, team performance, and issue resolution trends.
    
* **What is a Burndown Chart in JIRA?**  
    A Burndown Chart shows the amount of work remaining in a Sprint, helping teams monitor progress and adjust their workload if needed.
    
* **What is an Issue Type Scheme in JIRA?**  
    An Issue Type Scheme defines which issue types are available in a project. It helps standardize issue tracking across multiple projects.
    
* **How do you track progress in JIRA?**  
    Progress can be tracked using status updates, reports, dashboards, and visual tools like Agile boards and Burndown Charts.
    
* **What is the Epic Link in JIRA?**  
    The Epic Link connects a Story, Task, or Bug to a larger Epic, allowing teams to track progress on major features.
    
* **How do you reopen a closed issue in JIRA?**  
    If an issue was incorrectly marked as resolved, it can be reopened by transitioning it back to an active status like "To Do" or "In Progress."
    
* **What is a Fix Version in JIRA?**  
    A Fix Version represents a product release or milestone in which a bug or feature is scheduled to be included.
    
* **What is an Assignee in JIRA?**  
    The Assignee is the person responsible for completing a task or resolving an issue. Assignments can be done manually or automatically using rules.
    
* **What is the difference between a Public and Private Dashboard in JIRA?**  
    A **Public Dashboard** can be shared with multiple users or teams, while a **Private Dashboard** is only visible to the creator.
    
* **How do you delete an issue in JIRA?**  
    Issues can be deleted by users with the necessary permissions, but deletion is usually discouraged as it removes all history and data permanently.
    
* **How do you archive issues in JIRA?**  
    Instead of deleting, JIRA allows issues to be archived by setting their status to "Closed" or moving them to a hidden project for record-keeping.
    
* **What is the use of the Audit Log in JIRA?**  
    The Audit Log records all significant changes made in JIRA, such as workflow updates, user modifications, and permission changes.
    
* **What is the difference between Issue Security and Project Permissions in JIRA?**  
    **Issue Security** controls access to individual issues within a project, while **Project Permissions** define what users can do across the entire project.
    
* **What is a Kanban WIP Limit in JIRA?**  
    Work-In-Progress (WIP) Limits restrict the number of tasks that can be worked on simultaneously to maintain focus and efficiency.
    
* **How do you link Confluence with JIRA?**  
    JIRA integrates with Confluence to display project reports, link documentation, and automatically update issue status based on project updates.
    
* **What is JIRA Align?**  
    JIRA Align is an enterprise solution that connects JIRA teams with business strategy, helping organizations scale Agile practices across multiple teams.
    
* **How do you create an SLA in JIRA Service Management?**  
    SLAs are configured by defining response and resolution time goals based on issue priority and customer agreements.
    
* **What is Insight in JIRA Service Management?**  
    Insight is an asset and configuration management tool within JIRA that helps teams track hardware, software, and IT resources.
    
* **What is the difference between Cloud and Server versions of JIRA?**  
    JIRA Cloud is a hosted solution managed by Atlassian, while JIRA Server is self-hosted and gives organizations full control over their instance.
    
* **How do you export issues from JIRA?**  
    Issues can be exported in CSV, Excel, or JSON format for reporting, analysis, or migration to another JIRA instance.
    
* **What is JIRA Portfolio?**  
    JIRA Portfolio (now Advanced Roadmaps) helps teams plan, track, and manage multiple projects, aligning them with business goals.
    
* **What is the importance of Roadmaps in JIRA?**  
    Roadmaps provide a high-level view of project goals, Epics, and planned releases, helping teams align their work with business objectives.
    
* **How do you handle performance issues in JIRA?**  
    Performance can be optimized by archiving old issues, limiting the number of active workflows, using indexing, and ensuring proper database management.
    
* **What is a Global Permission in JIRA?**  
    Global Permissions apply across all JIRA projects and control actions like creating new projects, managing users, and accessing JIRA settings.
    

<div data-node-type="callout">
<div data-node-type="callout-emoji">💡</div>
<div data-node-type="callout-text"><a target="_self" rel="noopener noreferrer nofollow" href="https://techbrary.hashnode.dev/jira-project-management-tool" style="pointer-events: none">Steps to sign up Jira</a></div>
</div>
