We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c555f92 commit 1243bc3Copy full SHA for 1243bc3
src/sentry/models/organizationonboardingtask.py
@@ -48,15 +48,13 @@ class OnboardingTaskStatus:
48
# FIRST_EVENT: { 'platform': 'flask', }
49
# INVITE_MEMBER: { 'invited_member': user.id, 'teams': [team.id] }
50
# ISSUE_TRACKER: { 'plugin': 'plugin_name' }
51
-# ISSUE_ASSIGNMENT: { 'assigned_member': user.id }
52
# SECOND_PLATFORM: { 'platform': 'javascript' }
53
#
54
# NOTE: Currently the `PENDING` status is applicable for the following
55
# onboarding tasks:
56
57
# FIRST_EVENT: User confirms that sdk has been installed
58
# INVITE_MEMBER: Until the member has successfully joined org
59
-# SECOND_PLATFORM: User confirms that sdk has been installed
60
# ISSUE_TRACKER: Tracker added, issue not yet created
61
62
0 commit comments