Request: Allow the use of a template document, reusable content, etc to automate new page creation inside an API change request #906
cfssteve
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What We're Trying to Do
We're working on a meeting notes automation github action that should:
The goal is to automate the creation of standardized meeting notes for team meetings, so someone on the team doesn't have to go do it manually
Why we're not just using github actions to manage via git sync
simply put, security, we do not want to push anything potentially sensitive to git in the form of meeting notes, full stop
meeting notes are not synced to git, and cannot be, this MUST be done with a template document through REST
What we have tried that hasn't worked
it does not seem like there is a simple way to do the above, and we'd like to request that functionality be added to the change requests resource in the API to allow for the simple cloning of a template or reusable content (no preference) and to move older entries into a space subfolder
Beta Was this translation helpful? Give feedback.
All reactions