RTC: Pre-Conditions and Follow Up Actions
Accepted answer
There is only one advisor built in that comes close "All Children Resolved". See
https://jazz.net/help-dev/clm/index.jsp?re=1&topic=/com.ibm.jazz.platform.doc/topics/r_preconds_followups.html
for the full list.
You would have to create a custom advisor/pre-condition. https://rsjazz.wordpress.com/2014/05/26/only-owner-can-close-workitem-advisor/ is the closest example I have. There are other examples on that blog for most if not all of the other pieces you would need. If you carefully follow the hints about setting up your environment, you can also pretty easily find the code or the built in advisor and grab what you need.
https://jazz.net/help-dev/clm/index.jsp?re=1&topic=/com.ibm.jazz.platform.doc/topics/r_preconds_followups.html
for the full list.
You would have to create a custom advisor/pre-condition. https://rsjazz.wordpress.com/2014/05/26/only-owner-can-close-workitem-advisor/ is the closest example I have. There are other examples on that blog for most if not all of the other pieces you would need. If you carefully follow the hints about setting up your environment, you can also pretty easily find the code or the built in advisor and grab what you need.