annikoff / redmine_plugin_computed_custom_field

Computed Custom Field for Redmine
https://www.redmine.org/plugins/computed_custom_field
MIT License
81 stars 52 forks source link

hierarchy of issues #136

Closed dsgonzalezo closed 6 years ago

dsgonzalezo commented 6 years ago

I need to create a field that, considering the value of another field, indicates the position of the total.

Thank you very much for the help you can give me

annikoff commented 6 years ago

I hope this will help #27.

dsgonzalezo commented 6 years ago

priorizacion

@annikoff i add an image to try to expand my need, since the comment you sent me did not help me. In the screenshot you can see a column "ID: Valoración", it is a calculated field that accumulates scores according to certain factors. What I need is to assign each request a hierarchy or order to know what position it occupies within the more than 600 issues (and growing) in Redmine.

I hope you understand, thank you very much

annikoff commented 6 years ago

I think you need a regular Integer custom field and some background script that will calculate order based on "ID: Valoración" field.