Issue Assignment and Watcher Management
Overview
The Issue Assignment and Watcher Management feature enables users to efficiently reassign open issues to designated coverers or add them as watchers during planned absences. This powerful bulk operation tool ensures seamless work continuity by transferring issue ownership or maintaining visibility through the watcher mechanism, preventing work items from stalling while team members are away.
Understanding Issue Assignment Management
What is Issue Assignment in Out of Office?
Issue assignment management is a core feature that allows users to:
Bulk reassign multiple open issues to designated coverers
Add coverers as watchers to maintain visibility without changing ownership
Preview affected issues before confirming reassignment actions
How It Works
The system identifies issues based on:
- 1. Active rule configuration
- 2. Issue status (default: In Progress)
- 3. Custom JQL filters (if configured)
- 4. Current assignee matching the rule owner
Accessing the Assignment Dialog
Navigation Steps
Navigate to your Out of Office rules list
Locate the rule you want to manage
Click the people icon π₯ in the Action column
![Screenshot placeholder: Action column with people icon highlighted - 800x200px]
The assignment dialog displays all issues that:
Match the rule's project scope
Are currently assigned to you
Meet the status criteria (default or custom)
Assignment Actions
Available Operations
Assign to Coverers β
Transfers issue ownership to designated coverers
Updates the Assignee field in Jira
Maintains issue history and audit trail
Triggers standard Jira notifications
Add as Watchers ποΈ
Keeps current assignee unchanged
Adds coverers to the watcher list
Ensures coverers receive issue notifications
Ideal for maintaining oversight without ownership transfer
Bulk Assignment Process
Step-by-step Instructions:
Open the assignment dialog by clicking the people icon
Review the list of applicable open issues
Select issues using:
Individual checkboxes for specific issues
Select all checkbox for bulk selection
Choose your action:
"Assign to coverers" button
"Add as watchers" button
Confirm your selection by clicking the blue Confirm button
![Screenshot placeholder: Bulk assignment dialog with issues list and action buttons - 1000x600px]
Assignment Preview
The dialog shows essential issue information:
Column | Description |
---|---|
Issue Key | Clickable link to the issue |
Summary | Issue title/description |
Status | Current workflow status |
Priority | Issue priority level |
Due Date | If applicable |
Components | Associated components |
Advanced Configuration
Customizing Status Inclusion
Default Behavior:
Only issues with
statusCategory = "In Progress"
are shownExcludes backlog, to-do, and completed issues
Extending Status Coverage:
To include additional statuses, create a rule with a JQL filter:
- status IN ('To Do', 'In Progress', 'In Review', 'Blocked')
Configuration Steps:
Create or edit an Out of Office rule
Select "JQL Filter" as the project selection method
Enter your JQL including desired statuses:
- project = "MYPROJECT" AND
- assignee = currentUser() AND
- status IN ('To Do', 'In Progress', 'In Review')
Save the rule
The assignment dialog will now include issues matching your JQL
JQL Filter Examples
Include specific issue types:
- issuetype IN (Bug, Task) AND status != Done
Include issues by priority:
- priority IN (Critical, High) AND status != Resolved
Complex workflow states:
- status IN ('Open', 'Reopened', 'In Development', 'Code Review')
Best Practices
When to Assign vs. Add as Watcher
Assign to Coverers when:
Issues require active work during your absence
Coverers need full ownership for decision-making
SLA or time-sensitive issues need immediate attention
Clear handover of responsibility is required
Add as Watchers when:
Issues are in monitoring phase
You plan to resume work upon return
Coverers only need to intervene if escalated
Maintaining assignee context is important
Preparation Checklist
Before reassigning:
β Update issue descriptions with current status
β Add relevant comments for context
β Ensure all attachments are accessible
β Document any blockers or dependencies
β Verify coverer has necessary permissions
Communication Guidelines
Notify your team:
- π§ Sample message:
- Subject: Issue Reassignments - [Your Name] OOO [Dates]
- Hi team,
- I've reassigned the following issues to [Coverer Names]:
- - PROJ-123: Feature implementation (assigned to Sarah)
- - PROJ-456: Bug investigation (John added as watcher)
- Please reach out to them for any urgent matters.
- Thanks!
Issue Assignment Status: β
COMPLETE
Next Step: https://resolution.atlassian.net/wiki/spaces/OoO/pages/4848353590