1.

Your project name is Pipeline and you want to see how many tasks were moved from inprogress to completed by your team member, J.Smith. Write a query for this?

Answer»
  • Project = Pipeline And status CHANGED FROM “INPROGRESS” to “Completed” BY “J.Smith”
  • If the ID is jsmith and not J.Smith then we don’t NEED “” [double QUOTES]


Discussion

No Comment Found