you've shared this upcoming change 2 month ago, and my team is preparing for the change. When this will be actually rolled out? We are holding for the change for some time. Please let us know the exact date.
Not sure if someone already asked this but how does this change impact teams until the updates are made? I'm having an issue seeing a newly created shared team when creating new jira tickets. The team has been shared and updated in my roadmap.
I've seen multiple requests asking for an ETA on when this feature will be rolled out to non EAP participants. Appreciate it if you can provide ball park timeframe. 1 month, 3 months, 6 months?
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Atlassian Team members are employees working across the company in a wide variety of roles.
May 16, 2023 edited
Hey everyone - thank you for your continued feedback.
There's a lot of questions about the ETA for this to rollout so I'll provide an update. Unfortunately we cannot provide a specific ETA this will rollout. Truthfully we would have rolled out by now but challenges surfaced that meant we had to pause and delay the rollout.
You may have seen some mention about this in prior comments, but we're making a change to a foundational aspect of this concept as it was an issue for a portion of Enterprise customers. The initial intent was for Teams to be a purely org-wide concept, but this raised concerns with organisations that have many distinct sub-organisations (i.e conglomerates). So the team is working on resolving this which is in the direction of making Teams site-scoped w/ the option of extending them to org-scoped.
I recognise we've kept you all waiting on this for a while and we are very eager to finally ship it out to you all. While I can't give an ETA, we expect to still deliver within our Public roadmap window. As we approach closer to implementing this change and rolling-out we'll be able to provide a more accurate ETA.
Can you give us more details on sync with external directory (Okta for instance) or Groups (populated via Okta)? Will it be possible to sync our directory architecture and Atlassian Teams?
Everybody on the instance can Create, modify, delete a Team. As an Admin, I can't imagine how to manage it as is. What is it planned in terms of Administration?
@John Haworth Hi John could you please assist me in understanding if there is a team member who goes on multiple days of holidays does an advanced roadmap allow them to track their capacity planning individually? My requirement is lets say there are three members in my team. One member goes 2 days holiday and the other goes 1 day holiday. In the sprint capacity planning I am aware I can reduce the collectively three days and plan. but I want to know how can I assign less work accordingly to the two individuals and know whether they are over allocated or under allocated ?
Your team is set up with all 3 members in the same team which wont allow you do do this.
To achieve this each person has to be their own team. This is a work around which means that team is very similar to the assignee field. I add a automation so that when the Assignee changes it updates the team automatically to save effort. You set the capacity of each person each sprint.
To make this work all work has to be assigned at the start of the sprint, you cant allocate work as you go.
Its not always peoples preferred way to work but we have skill bottlenecks were a single person is the only person who can do a job and this allows me to mange constraints.
Use the trigger when issue is assigned, Then the condition IF Assignee = Fred
Then, Edit issue field.
You need to go to your custom fields and find the Team field that is set up when you install roadmaps and find out what its custom field ID is and then replace it in this bit of code below.
You also need to edit the '70' to match the name of the team to the assignee. which you can find by querying the Team field in filters.
{
"fields": {
"customfield_10114": "70"
}
}
You then repeat this for EVERY employee you have. there is a cap on the number of automation steps you can have in each automation, but you can get around this by having a multiple automations doing the same thing. Its a tad clunky and you need to make sure that when you have new starters you add them to the automation.
For editing the capacity on each sprint you have to use roadmaps. I've put a screen shot of this in an earlier post.
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Will the team field be a single select or multi-select? Will it be available in JSM projects? We are looking at ways to have a development team assigned to our service bugs and feature requests so the agents know which team is responsible for making sure the problem/feature is addressed. I can see this field type being useful to us.
Is there a way (or plans) to limit the permission to Create Teams, just as there is the "Create team-managed projects" permission in Jira > System > Global Permissions?
For a medium to large organization, the restriction is a way to have a curated creation of Projects and Teams, avoiding duplication and ambiguity.
This sounds great. Will there be the ability to use the "in" particle with the Team Property the JQL query? For example, I would really like to be able to do something like "assignee in Team[Team]"
136 comments