Expand my Community achievements bar.

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.
SOLVED

Fusion: Attach Project Template | 'Options' selection

Avatar

Level 9

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

_Manish_Singh_2-1758026527145.png

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

_Manish_Singh_4-1758026657432.png

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 9

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:

_Manish_Singh_1-1758695844242.png

 

In the future, if you want to exclude Queue Properties & Issue Setup, the correct parameter to use is: "clearIssueSetup"

View solution in original post

4 Replies

Avatar

Community Advisor

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.

Avatar

Level 9

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.

Avatar

Level 4

Hi @_Manish_Singh 

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.

Avatar

Correct answer by
Level 9

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:

_Manish_Singh_1-1758695844242.png

 

In the future, if you want to exclude Queue Properties & Issue Setup, the correct parameter to use is: "clearIssueSetup"