Post

5 followers Follow
1
Avatar

Teamboard to link to project plan. Default team board to complete, when tasks is complete

Link the team board to the project plan tasks itself, so that when you complete a tasks in the project plan, it automatically changes the team board tasks to 100% complete

Suzanne Yee Not planned

Please sign in to leave a comment.

5 comments

1
Avatar

Hi Suzanne, I set up a task workflow rule to trigger when: (IsChanged($C_CLZ_TeamBoardState_CLZ)) is True

You can then create conditional actions lists, for example: If True = $C_CLZ_TeamBoardState_CLZ = 'Complete' then update state to 'Completed'

 

I also update the % completed using: Case(ToString($C_CLZ_TeamBoardState_CLZ),"In Progress",50,"Complete",100,0)

Jonathan Barr 1 vote
Comment actions Permalink
0
Avatar

Hi  Jonathan, I'm trying to do what you have explained below, however, I get a syntax error (Error: Invalid function IsChanged() usage in current context) when I copy the "(IsChanged($C_CLZ_TeamBoardState_CLZ))" into the evaluation criteria.

 

 

Robin Head 0 votes
Comment actions Permalink
1
Avatar

Hello Robin,

What is your "Set Run Time" set to? It should be the third option and not the first one:

Please let me know if this helps.
 

Roland Pumputis 1 vote
Comment actions Permalink
0
Avatar

Hi Roland,

 

yes,, this did help. However, I have encountered a further problem implementing this:

The action in my workflow is to update $PercentCompleted field with the following formula:

Case(ToString($C_CLZ_TeamBoardState_CLZ),"In Progress",50,"Done",100,

 

Now when I go to the Teamboard and drag items into or out of the Done box I get the following error:

 

  • An error occurred while executing action '1 - Update Field' in a configuration named 'teamboard update': Unable to update '% Complete' for Task with individual reporting policy.
Robin Head 0 votes
Comment actions Permalink
1
Avatar

Hello Robin,

Please navigate to the task in question (you will be able to find it in error logs) and set its "Leaf Tasks Progress Reporting Policy" field to "Shared" to eliminate this issue.

Please let me know if you need further assistance.

Roland Pumputis 1 vote
Comment actions Permalink