JIRA Interface and Navigation

JIRA's interface organizes all project management features into a structured layout. Every screen serves a purpose. Understanding where each feature lives saves time and prevents confusion when managing work across multiple projects. This topic covers the main areas of the JIRA interface from top to bottom.

The JIRA Screen Layout

The JIRA interface divides into four main zones. Each zone holds specific tools and information. Here is a visual breakdown of the layout.

JIRA Screen Layout — Zone Map
ZoneLocation on ScreenWhat It Contains
Top Navigation BarVery top of every pageJIRA logo, Your Work, Projects, Filters, Dashboards, People, Apps, Create button
Left SidebarLeft edge (project-specific)Project menu: Board, Backlog, Reports, Releases, Issues, Project Settings
Main Content AreaCenter of the screenActive view — board, backlog list, issue detail, or report
Right PanelRight edge (issue detail)Issue details: Assignee, Reporter, Priority, Status, Labels, Due Date

The Top Navigation Bar

The top navigation bar stays visible on every page inside JIRA. Each item in this bar opens a different section of JIRA.

Top Navigation Bar Items Explained
Navigation ItemPurposeWho Uses It Most
Your WorkShows assigned issues, recent activity, and watched itemsAll team members
ProjectsLists all projects the user has access toAll team members
FiltersAccess saved JQL filters and starred searchesDevelopers, PMs
DashboardsView data summaries with gadgets and chartsManagers, Scrum Masters
PeopleView team members and their activityManagers
AppsAccess installed marketplace pluginsAdmins
Create (Blue Button)Opens the form to create a new issueAll team members
Search (Magnifier Icon)Search issues, projects, and users by keywordAll team members
Notification BellShows alerts for updates on watched issuesAll team members
Profile AvatarAccess profile settings, log out, manage accountAll team members

The Left Sidebar (Project Menu)

Once a project is open, the left sidebar shows the project-specific navigation menu. This menu changes depending on the project type — Scrum projects show different options than Kanban or business projects.

Left Sidebar Menu Items — Scrum Project
Menu ItemWhat It Shows
BoardThe visual sprint board with columns (To Do, In Progress, Done)
BacklogFull list of issues across sprints and the backlog
Active SprintThe current running sprint and its issues
ReportsBurndown charts, velocity charts, cumulative flow diagrams
ReleasesVersion management and release tracking
IssuesA list-based view of all issues in the project
ComponentsSub-sections of the project for grouping related issues
Project SettingsConfigure workflow, permissions, notifications, and more

The "Your Work" Section

The "Your Work" section acts as a personal dashboard. It shows all the work connected to the logged-in user in one place.

Tabs inside Your Work

  • Worked On — Issues the user recently viewed or updated
  • Viewed — Issues the user recently opened and read
  • Assigned to Me — All open issues currently assigned to the user
  • Starred — Issues, projects, or boards marked as favorites
Practical Note: The "Assigned to Me" tab is the most useful tab for daily work. Opening JIRA in the morning and checking this tab shows exactly what needs attention that day.

The Create Issue Button

The blue Create button at the top right of every page opens the issue creation form. This is one of the most used features in JIRA.

Create Issue Form Fields Explained
FieldWhat to EnterRequired?
ProjectSelect the project this issue belongs toYes
Issue TypeChoose Story, Task, Bug, Epic, or Sub-taskYes
SummaryA short, clear title for the issueYes
DescriptionFull details, steps to reproduce, or acceptance criteriaNo (but recommended)
AssigneeThe team member responsible for this issueNo
PriorityHighest, High, Medium, Low, or LowestNo
LabelsTags for grouping or filtering issuesNo
SprintThe sprint this issue should be added toNo
Epic LinkThe parent Epic this issue belongs toNo
Story PointsEffort estimate using numeric pointsNo

The Issue Detail View

Clicking any issue opens the Issue Detail View. This screen shows everything about a single issue. The left side holds the description and activity log. The right side holds all the metadata fields.

Issue Detail View — Left vs Right Panel
Left PanelRight Panel
Issue Title (Summary)Status (with transition button)
DescriptionAssignee
AttachmentsReporter
Child Issues (Sub-tasks)Priority
Linked IssuesLabels
Activity Tab (Comments, History)Sprint
Work LogStory Points / Time Estimate
 Due Date
 Components

The Search Feature

JIRA's search allows quick access to any issue, project, or user. There are two search modes available.

Basic Search

Basic search uses dropdown filters for Project, Type, Status, and Assignee. No coding knowledge is needed. This mode suits beginners who want quick filtered lists.

Advanced Search (JQL)

Advanced search uses JIRA Query Language (JQL). JQL lets users write precise queries to find exactly what they need. For example: assignee = currentUser() AND status = "In Progress" returns all issues assigned to the logged-in user that are currently in progress.

Keyboard Shortcuts in JIRA

JIRA supports keyboard shortcuts that speed up navigation. Press the ? key on any JIRA page to open the full shortcut list.

Commonly Used JIRA Keyboard Shortcuts
ShortcutAction
COpen the Create Issue form
/Focus the search bar
G then DGo to Dashboard
G then PGo to Projects list
EEdit the current issue (when viewing it)
?Show all keyboard shortcuts

Personalization Options

Each user can customize parts of the JIRA interface to match personal preferences. These settings live inside the Profile menu at the top right.

  • Language — Change the display language of the interface
  • Timezone — Set the correct timezone for due dates and activity logs
  • Email Notifications — Control which events send email alerts
  • Profile Picture — Upload an avatar shown in comments and issue assignments

Summary

The JIRA interface follows a logical structure. The top navigation bar handles global actions like creating issues and switching between projects. The left sidebar provides project-specific navigation. The main content area shows boards, backlogs, and issue details. Learning these zones first makes every future JIRA task faster and more intuitive. The next step is to understand how projects are set up inside JIRA and how they differ from each other.

Leave a Comment