Project

General

Profile

How to add custom field to issue list

Added by Vitaliy Ganzha almost 15 years ago

Hi all!

I need to display some custom field in Issue list for some project. How can I do so?

Thanks!

(Redmine 0.7.3)


Replies (3)

RE: How to add custom field to issue list - Added by Mischa The Evil almost 15 years ago

Vitaliy Ganzha wrote:

I need to display some custom field in Issue list for some project. How can I do so?

...

(Redmine 0.7.3)

Hmm, I looked back through the code of the 0.7.3-tag which shows that at least the option to set the default issue-tracking (default) columns on a global base. If you check a custom field as "For all projects" it should show up there also.
It is maybe even possible using custom queries though I'm pretty sure this is not (fully) implemented in 0.7.x.

Some references:

BTW: have you considered upgrading Redmine to at least the stable-branch, which is currently 0.8.x?

Kind regards,

Mischa.

RE: How to add custom field to issue list - Added by Vitaliy Ganzha almost 15 years ago

Thanks a lot! It's resolves my problem!!!

But what to if I want to show custom field by default (Not with custom queries)?

P.S. I can't upgrade Redmine because my predecessor made so many core customizations, and moving them to new version can take a lot of time. Besides, the project, which uses Redmine, will finish soon.

RE: How to add custom field to issue list - Added by Mischa The Evil almost 15 years ago

Vitaliy Ganzha wrote:

But what to if I want to show custom field by default (Not with custom queries)?

Then follow my first advice:

which shows that at least the option to set the default issue-tracking (default) columns on a global base. If you check a custom field as "For all projects" it should show up there also.

So check the issue custom field as "For all projects" and the custom field should come-up in the list of available columns on the Redmine Settings.

This option is documented at RedmineSettings.

HTH...

    (1-3/3)