Project

General

Profile

Add <<author>> to Assignee drop down.

Added by Gerald Me 14 days ago

I like to modify Redmine when editing Issue to add << author >>, the issue's author, to the Assignee drop down list; similar to << me >>. I need this because when case was completed, we will send back to the author for testing. Currently, I need to scroll to the top to find who the author is. Very cumbersome.

Can anyone show me how? I don't know Ruby but I think I can manage. I try to look for how the << me >> was added but could not find the source. Code I found where << me >> exist were in test/functional units.


Replies (1)

RE: Add <<author>> to Assignee drop down. - Added by Amy Cross 6 days ago

Gerald Me wrote:

I like to modify Redmine when editing Issue to add << author >>, the issue's author, to the Assignee drop down list; similar to << me >>. I need this because when case was completed, we will send back to the author for testing. Currently, I need to scroll to the top to find who the author is. Very cumbersome.

Can anyone show me how? I don't know Ruby but I think I can manage. I try to look for how the << me >> was added but could not find the source. Code I found where << me >> exist were in test/functional units.

Redmine 6.0 added a feature to include an “Author / Previous Assignee” group at the top of the Assignee dropdown. If you're using Redmine 6.0 or later, this should appear automatically when editing an issue. If not, update your Redmine version or check if the feature is enabled. No Ruby coding is needed—just ensure you're on the correct version. https://www.dogsounds.me

    (1-1/1)