Closed dsgonzalezo closed 6 years ago
I hope this will help #27.
@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
I think you need a regular Integer custom field and some background script that will calculate order based on "ID: Valoración" field.
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