Currently if you make a shared team in Advance Roadmaps it shows up in every project in JIRA, which is painful since the teams are not sorted and you have dozens of teams.
Is there any way to limit the teams shown to a certain project?
Is there any way to sort to the list at least? (then team naming would solve this)
Scriptrunner solutions would be fine, I just can't find any api commands that would allow me to control the options available.
We're on JIRA Server, apparently it doesn't sort the names or the prefix solution would be valid.
(still annoying if you have 60+ teams, but not unreasonable if they're sorted as you show)
I'd use a custom field, but the grouping function in Advance Roadmaps doesn't support custom fields. So doing this breaks a bunch of other functionality.
Right. Those "server compromises" are quite severe (I haven't used AR/Shared Teams on Server).
Unfortunately I think you are stuck, as you are right, AR will only accept the Team field.
Only idea I can think of that may help is; If you have an automation tool (Scriptrunner/Automation for Jira etc)??
You could at least auto assign most team members to their Team. That way, they rarely have to think about the Team field, as it always adds their Team at creation.
Scriptrunner is actually one of the reasons we are sticking with server (and migrating to data center) as Cloud doesn't support a lot of functionality there.
Auto-assignments are a little hazardous when it comes to cross-team stuff so I've kind of avoided trying to figure that one out. Also, not sure where I would store (& maintain) the mappings for 1000+ people.
Was hoping someone had an idea via script to do this, the api right now seems too limited to handle this.
Yeah, we do it on Cloud with the built-in Automation for Jira. Which is really simple for people to use. We do it per project and the Scrum masters look after their own teams.
In other words....spread the load. That said, yes, it does come with maintenance as people move through teams and isn't right for everyone.