Fusion to keep the custom form order same when converting Project | Community
Skip to main content
June 17, 2024
New

Fusion to keep the custom form order same when converting Project

  • June 17, 2024
  • 2 replies
  • 449 views

Description -

Fusion convertProject module currently does not maintain the same order of custom forms when converted from a template. 

How would you like the feature to work - By default, when the issues are converted to either projects, it will nice to have the order of the custom forms is same as the template that is used to convert to project.

Current Behaviour - It currently does not maintain the same order

2 replies

Level 2
December 9, 2024

This is an important feature to our organization. 

BrandonNW
Level 6
September 23, 2025

Not sure if you figured this out already, but here is how I got around it.

You will want use a custom API call for the template. From there you can grab the objectCategories and sort them in order.

 

Then, use that array to set the order of the forms in the convert to project module.

 

I hope that helps!