Move scaffold pages, when an option is chosen
Hello all,
Here is what we have:
"John Doe Tasks" and "John Doe Completed Tasks" are on the same level, children to any page.
I have scaffold template where I have the following options:
Is it possible, if I change the status of Task 1 to "Completed", this page to be moved to "John Doe Completed Tasks"?
If it is not possible, could you help me with any script that can be placed on my page and when I run it manually, to match all tasks marked as completed and then move them to "John Doe Completed Tasks"?
Here is what we have:
John Doe Tasks ---- John Doe Completed Tasks
--> Task 1
--> Task 2
"John Doe Tasks" and "John Doe Completed Tasks" are on the same level, children to any page.
I have scaffold template where I have the following options:
Task 1
| Task Status: |{list-data:TaskSTAT|type=check|multiple=false|required=true}
{list-option}Active{list-option}
{list-option}Frozen{list-option}
{list-option}Completed{list-option}
{list-data} |
Is it possible, if I change the status of Task 1 to "Completed", this page to be moved to "John Doe Completed Tasks"?
If it is not possible, could you help me with any script that can be placed on my page and when I run it manually, to match all tasks marked as completed and then move them to "John Doe Completed Tasks"?
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
-
Inappropriate?Not really. The only way I could suggest achieving it automatically would be to create a custom plugin which listened for Page Update events, checked the Scaffolding data via the Confluence Metadata Library and did the move operation.
Loading Profile...



EMPLOYEE