Feature #26680
open
Show default assignee when creating new issue
Added by Andreas Deininger over 7 years ago.
Updated 14 days ago.
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.
Files
- Description updated (diff)
- Related to Defect #26072: Set default assignee before validation added
- Related to Feature #15919: Set default category assignee immediately upon category selection added
- Target version set to Candidate for next major release
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.
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.
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
Hi, while #15919 patches seem to focus on the category switching and interactive part, maybe we can start with a patch that just sets the default assignee when rendering the form during issue creation? I've applied the attached patch on my instance.
Also available in: Atom
PDF