Skip to content

Show project default assignee in project information list on overview page #155

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
itnovativetp opened this issue May 4, 2025 · 1 comment

Comments

@itnovativetp
Copy link

itnovativetp commented May 4, 2025

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!

@onozaty
Copy link
Owner

onozaty commented May 4, 2025

Thank you for your question.

At this time, the only way to retrieve the default assignee is by using the Redmine REST API.

You can refer to the following documentation for an example of how to use the REST API from within a script:

For project information like the default assignee, the relevant API endpoint is:

Please note that using the REST API requires an API key, which must be included in the request headers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants