Kiln 2.9 is almost out, and it's bringing some major changes to how code reviews work in Kiln. What does this mean for the API?
locked by Kevin Gessner♦♦ Jun 5 at 14:25 |
|
2
|
In Kiln 2.9, we've made a major change to how code reviews work: when you create a code review, it's no longer backed by a FogBugz case. Code Reviews are now completely separated from cases. You'll manage your code reviews entirely through Kiln, with a new and improved interface. This change necessitated a backwards-incompatible change to Kiln's Reviews API. You can find the new API documentation in the Kiln Developers Wiki. Here are the highlights:
While we strive for backwards compatibility wherever possible, this major upgrade made that impossible. We understand that this breaking change may cause you some inconvenience. If you need assistance in upgrading scripts or tools to the new API, please contact Fog Creek Support and we'll be happy to help. |
|||
|
|
0
|
I do not like the fact that we will no longer get our review notification through fogbugz. I do not want two task lists to keep my eye on. Personally I think it sucks... |
|||
|
|
0
|
In the 1.0 API, I could find the set of reviews associated with a particular changeset by looking at the ixReviews property in the changeset record. Will this continue to work for the new Reviews? (Ie, will I see sReviews in a changeset record's ixReviews array?) |
|||
|