To all the Next-gen experts out there, curious if this scenario works with the new Next-gen features.
My team would love to have Master Roadmap - like you can do with Roadmap apps like Roadmunk that is a rollup of multiple roadmaps/projects. Ex: Our company has a handful of Feature Teams/Value Streams that currently manage their own roadmaps and projects. Roadmaps are currently managed using Productboard, but we'd like to move our roadmapping into JIRA - not even use the Productboard/JIRA integration, but prefer to have a Master Roadmap view to share externally with stakeholders.
It seems it is a JIRA Issue. We just call:
ComponentAccessor.getPermissionSchemeManager().getUsers(
new Long(Permissions.ASSIGNABLE_USER),
project);
And the exception is raised in a method getUsers() in the abstract class AbstractIssueFieldSecurityType
public Set<User> getUsers(PermissionContext ctx, String argument)
{
throw new UnsupportedOperationException();
}
This method should be implemented in the subclass.
Indeed, it's a Jira bug
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
We have tested with JIRA 5.2.2 and 5.2.5 using JIRA Gantt-chart Project 2.2.4 published in the altassian marketplace. We cannot reproduce it.
We have uncommented the setting of com.atlassian.jira.security.type.CurrentReporterHasCreatePermission in /opt/atlassian/jira/atlassian-jira/WEB-INF/classes/permission-types.xml. And then restart JIRA. And then we try to access the Global of administration. It works fine.
Is there another setting ?
Best regards
Yves YANG
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
see my comment: Update 2013-02-08
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'd reopen or clone that issue and make sure it's clear that it's still a problem and you have not done any "migration".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Their jira is private, and therefore I cannot add a comment or reopen the issue. I sent a mail commenting the problem but without reply.
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.