Back to Microsoft Project Integrations
Handler · Version 1

MSProject Project Check In Microsoft Project

Download GitHub

About

This handler makes a REST call Microsoft Project Online to the Project Server API to check a project back into MS Project. After authenticating against the Project Server using the inputted username and password, the handler first makes a call to Project to get a FormDigestValue which is needed as a part of the authentication for future calls. That value is then used along with the Project Id parameter to make a POST request to the API to check the project in. Any errors that occur during this process will be caught and re-raised by the handler.

Configurations
Name Description Sample
username The username of the Sharepoint account.
password The password of the Sharepoint account. *********
ms_project_location The url for the homepage of the Microsoft Project location (ie. https://company.sharepoint.com/sites/pwa).
enable_debug_logging Enable debug logging if the value is set to 'Yes'. No
Parameters
Name Description Sample
Project Id The id of the project that you want to check-in. ac9f07a3-9cd6-45b9-bff4-940294439b40
Changelog

MSProjectProjectCheckin_V1 (2015-09-29)

  • Initial version. See README for details.
Download GitHub

On This Page

Looking for a workflow engine? Learn more about the Kinetic Data Enterprise Workflow Platform. Check it out
Return to Top