Feature #26680
Show default assignee when creating new issue
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Issues | |||
Target version: | Candidate for next major release | |||
Resolution: |
Description
With new redmine version, 3.4, a default assignee can be specified (which is great).
However, contrary to a stipulated default target version, the stipluated default assignee does show up when creating a new ticket:
It would be nice to see the default assignee immediately in place when creating a new issue. When changing the category and the default assignee wasn't changed yet, it could be set to assignee responsible for this category.
Note: This feature wish was discussed and approved in #26072 already, with this ticket, we now have a separate issue for this feature request in place.
Related issues
History
#1
Updated by Toshi MARUYAMA over 3 years ago
- Description updated (diff)
#2
Updated by Toshi MARUYAMA over 3 years ago
- Related to Defect #26072: Set default assignee before validation added
#3
Updated by Go MAEDA about 3 years ago
- Related to Feature #15919: Set default category assignee immediately upon category selection added
#4
Updated by Go MAEDA about 3 years ago
- Target version set to Candidate for next major release
#5
Updated by Marius BALTEANU over 2 years ago
Go Maeda, the patch 0002-Set-default_assigned_to_id-in-project.patch
from #15919 is not ready for commit from my point of view. I'll add my feedback soon.
#6
Updated by Go MAEDA over 2 years ago
Marius BALTEANU wrote:
Go Maeda, the patch
0002-Set-default_assigned_to_id-in-project.patch
from #15919 is not ready for commit from my point of view. I'll add my feedback soon.
Yes, I found a problem that assignee field is not set when a user opens "New issue" page.
#7
Updated by Marius BALTEANU over 2 years ago
Go MAEDA wrote:
Yes, I found a problem that assignee field is not set when a user opens "New issue" page.
It is easy to fix this issue, but what should be the expected results for the following case:
1. Go to project settings
2. Set a default assignee
3. Set category A with no assignee
4. Set category B with a default assignee different than the default project assignee
5. Go to new issue page
6. The default project assignee is automatically selected
7. Select category A
8. Select category B
Expected results for steps 7 and 8 from my point of view:
7. The default project assignee remains selected because the category A has no default assignee
8. Assignee changes from project default assignee to category default assignee