I created an Atlassian Team for a project and want to be able to assign an issue to this team in Jira.
The support guide says that this should be possible but it does not seem to work. The team is not available to select in the Assignee field.
Could I be missing a step?
I can tag the team in a Comment.
Hi @Devika Assaram , welcome to the Atlassian Community and thanks for your post.
Please see this other post where my fellow community leader @Trudy Claspill has responded.
You can associate a team with an issue but at the moment, it's not yet possible to assign an issue to a team as the assignee has to be a singular user.
I agree the wording in the documentation is a little misleading - https://support.atlassian.com/jira-software-cloud/docs/assign-an-issue-to-a-team-in-your-plan/
Here you are assigning the issue to a team, as in, putting it into the team's workload, but anyway the team won't appear in the Assignee field.
I hope this helps and sorry for the confusion.
Best wishes
As @Valerie Knapp stated, Jira allows only user-based assignment, not a team-based assignment. If you want visibility over which team owns the issue, one workaround may be to use a custom field to store the team within the issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Devika,
As noted by the other posters, you can't pick the Team via the Assignee field. To assign a ticket to a team you'd have to use the Team field instead. If this isn't present on your work item view, you'll have to add it via the layout configuration. This is usually only accessible to an administrator of that project.
https://support.atlassian.com/jira-cloud-administration/docs/configure-issue-layout/
This does mean that wherever you would have been looking at the assignee field around Jira you'd have to convert over to looking at the Team field instead (e.g in JQL functions or filters).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hello can you brief me how to configure layout in such a way that assignee picker becomes team picker? I have multiple teams and I do have admin rights. Also on the default configuration page, the team field toggle is disabled.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Saranya,
The screenshot you've shared is of the Field Configuration part of Jira settings - what you'd need to do is either:
1. If you have a fairly simple Jira instance setup (no screen schemes used meaning you have different sets of fields for Create/View/Edit work items), it's easiest to go to the specific Project where you'd like to replace the Assignee field with Team, go to any work item view, and press the Configure button on the bottom right underneath all the fields (number 4 in the screenshot below)
From here you can add or remove fields from that project's layout in a more modernised UI
2. Otherwise if you do have a lot of screens used in different ways (especially across screen schemes) already you'd have to go to Jira Settings -> Work Items -> Screens and modify the appropriate screens to no longer include the Assignee field but rather the Team field.
https://support.atlassian.com/jira-cloud-administration/docs/configure-issue-screens/
A word of warning if you want to do this - using a Team field to represent the assignee is not how Jira generally expects to be used, so there are many places across Jira where you can have Assignee level visualisations (e.g Group By Assignee in a Board, Filter by Assignee in board/backlog, and more) that will no longer work properly over time, since users will not be able to set the Assignee field if you remove it from the layout/screen. Team is generally not supported in the same way across these views.
My team prefers to use both fields, so instead of replacing the Assignee field with Team we use both - filling in both the Team field and the specific person as the assignee for the work item.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.