-
Bug
-
Resolution: Duplicate
-
Medium
-
None
-
3.6
-
Jira Enterprise 3.6 Standalone, OS: Suse-Linux 9.3
java version "1.5.0_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode, sharing)
-
3.06
-
I followed the instructions on http://confluence.atlassian.com/display/JIRAEXT/Varying+assignable+users+by+transition to get different assignable Users on each transistion. Because no user is allowed to set properties begining with "jira." I decided to to modify the code at ..."jira.issue.assignables"... to ..."jiraext.issue.assignables".... After compiling (with maven) and replacing CommentAssignIssue.class and WorkflowUtil.class I restarted jira. No Errors occoured in log. In a workflow with a transition containing a property "jiraext.issue.assignables" this has no effect on the list of assignable users. Therefore I decided to put some debug output in each method of CommentAssignIssue.java to see which methods are called. Compiled, Replaced, Restarted... getAssignableUsers is never called
Is this a Bug?
Am I doing something wrong?
We do need different assignable users on each transition because of a large Team with many roles and a complex workflow.
Thanks.
- duplicates
-
JRASERVER-6381 Permissions per workflow step / state
- Closed
- relates to
-
JRASERVER-9311 Assignable user restricted upon workflow steps
- Gathering Interest