We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92626af commit 13ade88Copy full SHA for 13ade88
content/v3/issues/events.md
@@ -38,8 +38,10 @@ determine who should be notified of comments.
38
<dt>assignee</dt>
39
<dd>The User object which was assigned to (or unassigned from) this Issue. Only provided for 'assigned' and 'unassigned' events.</dd>
40
41
+ {% if page.version == 'dotcom' or page.version > 2.5 %}
42
<dt>assigner</dt>
43
<dd>The User object that performed the assignment (or unassignment) for this Issue. Only provided for 'assigned' and 'unassigned' events.</dd>
44
+ {% endif %}
45
46
<dt>milestone</dt>
47
<dd>The Milestone object including a 'title' attribute. Only provided for 'milestoned' and
0 commit comments