- tomerik23
Automated folder creation in SharePoint - from DevOps work item

User and business challenge
Working on features, user stories and even tasks, you need a location to create, manage and collaborate on different types of documents, to be able to solve the issue as a team.
User guide
Type CreateFolder in the discussion field - Save
Information on the card that a folder is created
On the link page on the card you have a clickable link to the folder



Solution - using webhook and Microsoft Power Platform - Cloud Flow
Feel free to contact me in the contact form on this page, and I will send you all the details.
Flow triggers on new comment
Filters on the selected command work "CreateFolder"
Checks if the Custom.Documents has value, if yes terminate
Create SharePoint folder
Add link to work item
Set value in the Custom.Documents field - informing the user and avoid new folder creation on same work item
First version supports features and user stories - a generic solution for all items will be made.
We have also made a "pro" solution that had dynamics support regarding folder (from document location in dynamics) and projects in devops related to Customers in Dynamics.
