Skip to content

feat(bugs): add assignee support#1526

Open
andrust wants to merge 1 commit intogit-bug:trunkfrom
andrust:feat/assignee
Open

feat(bugs): add assignee support#1526
andrust wants to merge 1 commit intogit-bug:trunkfrom
andrust:feat/assignee

Conversation

@andrust
Copy link
Copy Markdown

@andrust andrust commented Feb 26, 2026

Add ability to assign users to bugs with:

  • SetAssigneeOperation for tracking assignee changes
  • CLI commands: bug assignee, bug assignee set, bug assignee clear
  • GraphQL mutations and queries
  • Query filter: assignee:
  • TermUI assignee selection
  • WebUI assignee menu and timeline display
  • Bridge support for Jira (GitHub/GitLab marked TODO)

Closes #112

Add ability to assign users to bugs with:
- SetAssigneeOperation for tracking assignee changes
- CLI commands: bug assignee, bug assignee set, bug assignee clear
- GraphQL mutations and queries
- Query filter: assignee:<user>
- TermUI assignee selection
- WebUI assignee menu and timeline display
- Bridge support for Jira (GitHub/GitLab marked TODO)

Closes git-bug#112
@MichaelMure
Copy link
Copy Markdown
Contributor

To be clear, a LLM wrote that, right?

At first glance it's looks good but I suspect that it would be better to have a list of assignees instead of just one. At the very least github supports that, so that would make things easier in the bridge.

@andrust
Copy link
Copy Markdown
Author

andrust commented Mar 2, 2026

Being a c++ dev I had to resort to AI usage to make up for the missing go experience.

Using an array would probably be the right call, I will give it a proper look. But this is already way beyond my go level tbh.

@MichaelMure
Copy link
Copy Markdown
Contributor

To be clear, using a LLM is ok ... as long as you read and fix the output before sending it for review ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Assign Users

2 participants