Gitea: Assign multiple people to an issue

Created on 6 Jun 2017  路  11Comments  路  Source: go-gitea/gitea

  • Gitea version (or commit ref): 1.1.1+2-g2854c8a
  • Git version: 2.12.2
  • Operating system: Windows Server 2012
  • Database (use [x]):

    • [x] MSSQL

  • Can you reproduce the bug at https://try.gitea.io:

    • [x] Not relevant

  • Log gist: Not relevant

I would like the ability to assign multiple people to an issue. This is possible on GitHub by default, so I think it is a reasonable feature to add.

Is there a technical reason we can not add this?

kinfeature kinproposal

Most helpful comment

I'll start working on this.

All 11 comments

No technical reason no. New table Assignees that links Issue => User. And a migration to move all the current Assignees

Will be implemented in version 1.3?

No people working on this.

I'll start working on this.

It's implemented with #3705!!

can be this backported to 1.4 branch?

ah i answered by myselft by see the #3705 and teh covereage impact.

Is it possible to limit this? I fear that having multiple assignees will make people think "oh, someone else is also assigned, so I can focus on other stuff".

@ptman That sounds like a communication issue, not a code issue :slightly_smiling_face:

also limit this will cause code complication, due wil/must be a per repository attribute/feature

Now that #3705 has been merged, can this issue be closed?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kifirkin picture kifirkin  路  3Comments

tuxfanou picture tuxfanou  路  3Comments

thehowl picture thehowl  路  3Comments

jonasfranz picture jonasfranz  路  3Comments

jorise7 picture jorise7  路  3Comments