Fusion: Attach Project Template | 'Options' selection
I want to select only 'Queue Properties & Issue Setup' when attaching the project template using Fusion.

What should I enter in the 'Options' field in the Fusion module?

I want to select only 'Queue Properties & Issue Setup' when attaching the project template using Fusion.

What should I enter in the 'Options' field in the Fusion module?

Here is the solution from support:
You’ll need to send the clear parameters for each option, as you're excluding them (except for Queue Properties & Issue Setup)
Each of the following options should be included in the options array:
"options": [
"clearApprovers",
"clearAssignments",
"clearBillingRates",
"clearConstraints",
"clearDocuments",
"clearExpenses",
"clearFinancials",
"clearHourTypes",
"clearPredecessors",
"clearTimedNotifications",
"clearRisks",
"clearSharingOptions"
]
You could add them this way:

In the future, if you want to exclude Queue Properties & Issue Setup, the correct parameter to use is: "clearIssueSetup"
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.