What is changing?
We are removing the conditions
body param from the response of GET /rest/api/3/workflow/search endpoint.
Why is it changing?
This change is motivated by removing redundant information from the response body. Since we introduced conditionsTree
that contains additional information about dependencies between conditions data returned in conditions
are duplicated.
What do I need to do?
If your app uses data returned in the conditions
field you should start using the conditionsTree
field instead.
By when do I need to do it?
This change goes live on 15th December 2021.