Checklist Priority, Assignee, Due Date
Set priority, assignee & due date π
Manage priority, assignee, and due date in dedicated columns, keeping checklist items organized and easy to track!
Overview
Now you can manage Priority, Assignee, and Due date for each checklist item using dedicated columns.
You can still use user mentions and date mentions within checklist item text. The dedicated columns simply provide a clearer and more organized way to track ownership, deadlines, and priorities.
Benefits:
π Improve visibility: quickly see who is responsible for each checklist item, when it's due, and its priority level.
ποΈ Keep checklists organized: separate task details from the item description, making checklists cleaner and easier to read.
π Use in templates: set priorities and assignees in checklist templates and have them automatically populated when the template is imported to an issue.
Β
Checklist Priority
You can set a priority for each checklist item to help identify and focus on the most important work.
Set a Priority for a Checklist Item:
Navigate to Issue β Smart Checklist.
Hover over the checklist item you want to update.
Click the Priority icon.
Select the desired priority.
By default, Smart Checklist provides three priority levels: High, Medium, Low.
The selected priority will appear in the Priority column, making it easy to identify important checklist items at a glance.
Β
Checklist Assignee
Assign checklist items to specific team members to clearly define ownership and responsibility.
Assign a User to a Checklist Item:
Navigate to Issue β Smart Checklist.
Hover over the checklist item you want to assign.
Click the Assignee field in the Assignee column.
Search for and select a user.
The selected user will appear in the Assignee column, helping your team quickly see who is responsible for each checklist item.
Remove an Assignee
Click the assigned user in the Assignee column.
Select Clear assignee (or remove the selected user).
The checklist item will become unassigned.
βοΈ NOTE: Checklist Assignee vs. User Mentions
Assignees are shown in the dedicated Assignee column, while User mentions are tags within the checklist item text.
You can continue using user mentions as before β mentioned users will still receive notifications (if configured). Using Assignees or User mentions is entirely up to your team's preferred workflow.
Β
Assigned Items Page
You can review checklist items assigned to you, as well as items where you are mentioned, on the Smart Checklist Items page.
To access it, navigate to Apps in the left sidebar and select Smart Checklist Items.
π‘HINT:
You can also add the Assigned to Me dashboard gadget to quickly view checklist items assigned to users β https://railsware.atlassian.net/wiki/x/BQAGXwE
Or use Smart Checklist Items page to view all checklist items that are assigned to you or mention you β https://railsware.atlassian.net/wiki/x/AQD51Q
Β
Checklist Due Date
Set due dates for checklist items to track deadlines and ensure work stays on schedule.
Set a Due Date for a Checklist Item
Navigate to Issue β Smart Checklist.
Hover over the checklist item you want to update.
Click the Due Date field in the Due Date column.
Select a date from the date picker.
The selected date will appear in the Due Date column and remain visible alongside the checklist item.
Update or Remove a Due Date
Click the existing due date.
Select a new date to update it, or clear the date to remove it.
Using due dates helps teams identify upcoming deadlines and prioritize checklist items that require attention.
Β
JQL Search
You can search for issues containing checklist items with a specific Priority, Assignee, or Due Date.
Example | JQL Search |
|---|---|
β¬οΈ Search for checklist items with a specific priority |
|
π€ Search for checklist items assigned to a specific user |
|
π Search for checklist items with a specific due date |
supported operators: =, !=, <, >, <=, >= |
π‘HINT: See more JQL Search examples here β JQL Search
Β
Markdown
When you set a Priority, Assignee, or Due Date for a checklist item, the values are stored in the checklist markdown.
Example
- [priority="High"][dueDate="2026-06-09"][assignee="<userID>"] All code has been tested and meets the required code coverage threshold.Priority β
[priority="High/Medium/Low"]Due date β
[dueDate="YYYY-MM-DD"]Assignee β
[assignee="<userID>"]
You can edit these attributes directly in markdown or manage them through the dedicated Priority, Assignee, and Due Date columns in the checklist UI.
Β