Feature Request Item
A public feature request, as returned by FeedbackClient.fetchFeatureRequests.
Includes live vote counts, the current user's vote state, roadmap column placement, moderation status, and recent commenter avatars.
Example:
val result = client.fetchFeatureRequests(userToken = token)
result.requests.forEach { item ->
println("${item.title} - ${item.voteCount} votes (Voted: ${item.hasVoted})")
}Constructors
Properties
Optional accent color of the associated column.
Associated roadmap BoardColumn ID, or null if uncategorized.
Display name of the associated roadmap column, or null.
Slug of the associated roadmap column, or null.
Detailed description; may contain inline Markdown formatting rendered by dev.cupthread.feedback.ui.MarkdownText.
Whether additional commenters exist beyond recentCommenters.
Unique identifier for the feature request; used in FeedbackClient.toggleVote and comments.
Whether the current user created this request (users cannot vote on their own requests).
Up to 3 most recent commenters for rendering avatar stacks.
Actual release version label once shipped, or null.
Hosted avatar image URL of the requester, or null.
User account ID of the requester if signed in, or null.
Display name of the user who submitted the request, or null.
Target AppVersion ID where this feature is scheduled to ship, or null.
Display label of the target release version, or null.