Create Folders in SharePoint and Link to Clarizen Work Items

What's New?

Create SharePoint folders using customizations in Clarizen, and link the folders to Work Items in Clarizen.

Note: This feature works with SharePoint Online. SharePoint On-premises is not supported. 

Benefits

The new SharePoint integration feature adds functionality around automation and workflows, saving time and manual work in the business routine.

A common example of this implementation includes automatically creating a folder in SharePoint for every new Project created in Clarizen, and then linking that folder to the newly created Project. 

How it works

The new integration options allow for various customizations in your organization. Here are two examples.

Note: The following procedures assume familiarity with Clarizen's Configurations module and functionality. 

Example 1: Create a SharePoint folder for new projects

The following example describes how to create a Workflow Rule in Clarizen that automatically creates a SharePoint folder whenever a new project is created. The folder in Sharepoint will be created with the same name as the newly created Project, and will be linked to the Project, making it easy to connect a related file.

1. Create the custom Workflow Rule

  1. In Settings > Configure, select the Project Work Item.
  2. Click Create New > Workflow Rule.

  3. Define Permissions as needed.
  4. In Set Evaluation Criteria, select to run the rule only when a condition is met. Then enter $name<>null. Here we are defining the new Project name by calling any project that has a name (not null). 
  5. In Set Actions, select New Item to run on the CurrentObject
  6. For NewObject, select New File.
  7. For Type, select SharePoint Doc.

  8. Select New Folder.
  9. In the $Folder name field, enter $Name.
  10. In the AttachTo field, enter CurrentObject(). Here we are connecting the folder to the newly created Project, so that you can add a file from the project's related items panel in Clarizen.
  11. In the SharePoint parent folder field, enter the path to the folder.
    Notes:
    • Enter the full path, which includes the organization URL and SharePoint folder hierarchy. Example: 'https://clarizen.sharepoint.com/Folder A/Folder B'
      Your SharePoint organization URL can be found under Settings > Extensions > Integrations > SharePoint > Site URL.
    • Some predefined folders in SharePoint have special names only visible in the URL path. For example, the Documents folder for the path should be entered as shared documents (note the space). The Photos folder for the path should be entered with a preceding Lists item in the hierarchy, like this:  /Lists/Photos/...

  12. Click Save, and enable the Workflow Rule.

2. Create a Project

  1. Create a new Project in Clarizen.
  2. The folder should be visible in the Project's Files panel.

    Click on the folder name to open it in SharePoint.

3. Add a file to the folder

  1. To add a new file to the folder, click Add in the Files panel.
  2. Select SharePoint, and open the folder structure. The newly created folder will appear according to the path selected in the Workflow Rule.
  3. Add a file as you would for other file upload options.

Example 2: Link an existing SharePoint folder to a Work Item:

  1. In Settings > Configure, select the Project Work Item.
  2. Click Create New > Custom Action.
  3. In Set Actions, select Existing File or Folder.
  4. Enter the full path to the folder. You can copy the URL from your browser when open at the folder location in SharePoint.
  5. In Set Actions, add a Name field type with the name of the folder.
  6. Save the Custom Action, and enable it.
  7. Open a Project and from the Custom Actions options in the ribbon, select the Custom Action you created above.
  8. The folder should be visible in the Project's Files panel.
    Click on the folder name to open it in SharePoint.

 

Have more questions? Submit a request

Comments

  • Avatar
    Bernard Vésy

    Hello Larry,

    Thanks for this very helpful new feature. We have install it on our Clarizen Project Creation Workflow for copy a template folder who contain a list of files and subfolders.
    In SharePoint i have create a Document Library with the same access for ~hundred of our users.
    The result of the script execution is perfect for some users (Main folder creation = OK, Création of subfolders = OK, Copy on files on the root = OK, Copy of files on subfolders = OK.)

    For some other users the workflow raise an error and the result in Share Point is Partial :
    (Main folder creation = OK, Création of subfolders = Not OK, Copy on files on the root = OK, Copy of files on subfolders = Not OK
    )
    Do you have an idear for help us ?

    Best Regards
    Bernard