How to customize agile board swimlanes on Jira
Customize Jira agile board swimlanes by accessing the board settings, selecting swimlane configuration, and choosing to group by queries, assignee, or epic. Use JQL queries for advanced customization or select predefined grouping options.
Prerequisites
- Jira project administrator or board administrator permissions
- Active Jira project with an agile board
- Understanding of JQL (Jira Query Language) basics
- Familiarity with Jira issue types and fields
Step-by-Step Instructions
Navigate to your agile board
Access board configuration
Open swimlanes configuration
Choose swimlane grouping method
- None - No swimlanes, all issues in one lane
- Assignee - Group by issue assignee
- Epic - Group by parent epic
- Queries - Create custom JQL-based swimlanes
Configure custom query swimlanes (if selected)
assignee = currentUser()
priority = High
labels = urgentYou can add multiple swimlanes by repeating this process.Set swimlane ordering and colors
Configure swimlane display options
- Toggle Show issues that don't match any swimlane query to display unmatched issues
- Set the Default swimlane name for unmatched issues
- Choose whether to Hide empty swimlanes
Save and verify changes
Common Issues & Troubleshooting
Swimlanes are not showing any issues
Check your JQL queries for syntax errors and verify that the query returns results in the Issue Navigator. Ensure your project filter includes the issues you want to display.
Cannot access board configuration
Verify you have Board Administrator or Project Administrator permissions. Contact your Jira administrator to grant the necessary permissions if needed.
Custom swimlanes showing duplicate issues
Review your JQL queries to ensure they don't overlap. Issues matching multiple queries will appear in multiple swimlanes. Make your queries more specific using AND and NOT operators.
Swimlane changes not reflecting on the board
Clear your browser cache and refresh the page. If the issue persists, try logging out and back into Jira, or check if there are any ongoing Jira system issues affecting board updates.