Replies: 1 comment
-
It predates the ability to have multiple assignees likely if you do a blame. In other words, when support for multiple assignees was added it was missed. Happy to review and merge a PR fixing it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi 👋,
I'm wondering about the motivation of assigning an issue to only one user on
issue.close()
.I'd rather expect the close function to not interfer with assignees.
As a
close
is effectively an issueupdate
, the currently assigned users should be used so no re-assign happens onclose
.Beta Was this translation helpful? Give feedback.
All reactions