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?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
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"
Views
Replies
Total Likes
Manish,
If you enter preserveIssue that will tie the resolution of the original request to the project being created. All the queue information stays on the request, it does not come over to the project. You do not need to put anything in the options field, you can choose to leave it blank as well, it won't impact your ability to attach the template.
Hello @Kurt_Jones, This is an existing project. I have created new queue topics that I want to add to over 100 existing projects without modifying anything else. If it is not possible to select only 'Queue Properties & Issue Setup', I can create a new template with only the new queue topics and leave everything else blank, but that would be my last resort.
Views
Replies
Total Likes
I have done this many times before. Just create a new template, blank out as much as you can, then only add the queue topics. If the values are blank on the template, it doesn't wipe out values on the project it's being attached to, it just doesn't update them.
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"
Views
Replies
Total Likes