Status Change (To > From) Labeling
Is there a way to add some more information in the notifications of status change so that it not only notifies/records what a task or project's status was change TO, but also FROM what status it was changed?
It looks like we don't have the translated page you're looking for, but we do have other content in English and offer support in English.
It looks like you're trying to figure something out.
Stuck or just want advice?
You can unlock the true value of Wrike in our Community
Connect with thousands of leading teams, learn best practices, and shape the future of the product. What are you waiting for?
Now other members can find, vote, and discuss your idea.
Our Community Team reads every suggestion (yes, every one) then compiles and shares the feedback with our Product Team. Happy posting!
More about Product FeedbackWhat can we help you with?
Learn. Share. Discuss.
Now other members can find, vote, and discuss your idea.
Our Community Team reads every suggestion (yes, every one) then compiles and shares the feedback with our Product Team. Happy posting!
More about Product FeedbackIs there a way to add some more information in the notifications of status change so that it not only notifies/records what a task or project's status was change TO, but also FROM what status it was changed?
Folllowing List for Post: Status Change (To > From) Labeling
[this list is visible for admins and agents only]
Hi Andrew! Thanks so much for posting your question to the API Community and sorry for the delay in getting back to you!
The best solution would be to use webhooks. Webhooks allow you to subscribe to notifications about changes in your Wrike account or specific Folder/Project. Once subscribed, you'll be receiving JSON payloads with old and new values for the chosen event. Here's a sample of the "TaskStatusChanged" record:
{
"oldStatus": "Active",
"status": "Completed",
"taskId": "IEAADQQLKQAKOFAB",
"webhookId": "IEAADQQLJAAAAULN",
"eventAuthorId": "KUAALDRX",
"eventType": "TaskStatusChanged",
"lastUpdatedDate": "2016-11-22T11:09:58Z"
}
Please let me know if this is something you were looking for.
Serge S. Community Team at Wrike Wrike Product Manager Become a Wrike expert with Wrike Discover
Serge S. Wrike Team member Become a Wrike expert with Wrike Discover