I need to assign new issues based on the priority rather than project. For example, all enhancements should be assigned to one person. How do I do that.
You need to do this in a plugin. You will have to define the rules on who the assignee will be for each priority and do the assignment in a workflow post function or a listener class.
Btw, shouldn't enhancements be an issuetype rather than a priority?
Good point about enhancements being an issuetype. Is there a way to do this assignment based on issuetype other than a plugin? I'm using OnDemand and I can't add plugins.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can have different workflows for different issuetypes and then you can se the assignee on the workflow post functions.
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.