You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For each redmine project there is a tab ISSUE TRACKING in the project SETTINGS page.
Within ISSUE TRACKING there is a field DEFAULT ASSIGNEE where you can choose the default user that issues are created to.
I would like the value for DEFAULT ASSIGNEE to be shown in the OVERVIEW page in the PROJECT INFORMATION column.
The PROJECT INFORMATION column contains a list like this;
<ul class="reporting-list">
This list shows all custom fields I have defined to be shown for the project.
I want to create a new list item <li> showing the DEFAULT ASSIGNEE value at the top or bottom of this list.
Is this possible with your module? I have made some attempts but so far I was not successful.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
For each redmine project there is a tab ISSUE TRACKING in the project SETTINGS page.
Within ISSUE TRACKING there is a field DEFAULT ASSIGNEE where you can choose the default user that issues are created to.
I would like the value for DEFAULT ASSIGNEE to be shown in the OVERVIEW page in the PROJECT INFORMATION column.
The PROJECT INFORMATION column contains a list like this;
<ul class="reporting-list">
This list shows all custom fields I have defined to be shown for the project.
I want to create a new list item
<li>
showing the DEFAULT ASSIGNEE value at the top or bottom of this list.Is this possible with your module? I have made some attempts but so far I was not successful.
Thanks in advance!
The text was updated successfully, but these errors were encountered: