anteo / redmine_custom_workflows

Allows to create custom workflows for Redmine
http://www.redmine.org/plugins/custom-workflows
GNU General Public License v2.0
182 stars 72 forks source link

Restructuring task with subtask #294

Closed ashrafalzyoud closed 1 year ago

ashrafalzyoud commented 1 year ago

hi all
i want to change the main task with subtask (parent task ) this pic describe what i want pp if i will do it manualy these many step to do that 1- open issue_id(11) and edit the parent task = null 2- open issue_id(10) and edit parent task = 11 3- open issue_id(12) and edit parent task = 10 3- open issue_id(13) and edit parent task = 10 how i can do it automatic ,i have many task

ashrafalzyoud commented 1 year ago

@picman

picman commented 1 year ago

I don't know. To write a rake task?

ashrafalzyoud commented 1 year ago

Maybe this needed dif function

qawsed55 commented 1 year ago

@ashrafalzyoud , you can import issuses and make there setup of parent\child You need to add in CSV file field UNIC NUM, and in fields for parent task you need to setup what are whom. Sorry, in English it is difficult for me. May be on screenshot you will understand what about I say. What table I want to import:

image

How it will be imported (if you naming fields in CSV as field in issue - it will be chained automaticly when importing) image