New Attributes for Issue Events API
We’ve made it easier to track changes to issues. The Issue Events API now provides more context for several event types:
-
assigned
andunassigned
events now include anassignee
object so you can see just who was assigned or unassigned. -
labeled
andunlabeled
events include alabel
object. -
milestoned
anddemilesoned
events include amilestone
object. -
renamed
events include arename
object with the title before and after the rename.
Check out the Issue Events API documentation for a full list of supported events. If you have any questions or feedback, please drop us a line.