SOLVED

% Complete in Planner Graph API?

Copper Contributor

I've been exploring the Planner Graph API and Planner Flow Connector for some integration work we have planned. There is a "percentComplete" attribute exposed via both connections. How is the value of this attribute computed, given that Planner does not expose this attribute for manipulation via the UI? Trying to figure out if this is something I can leverage, or if I need to build something separately to track progress. Thx!

1 Reply
best response confirmed by Steven Beauchem (Copper Contributor)
Solution

The '% Complete' field is set by changing the Progress field.

  • Not started = 0%
  • In progress = 50%
  • Completed = 100%

 

1 best response

Accepted Solutions
best response confirmed by Steven Beauchem (Copper Contributor)
Solution

The '% Complete' field is set by changing the Progress field.

  • Not started = 0%
  • In progress = 50%
  • Completed = 100%

 

View solution in original post