Hi, I'm new to jira. I'm trying to model our software development process.
I've got two states "Planning" and "In Development" and a transition I've called "Assign to Developer". What I'd like to achieve is to have the assignee set to one of our developers (a subset of all users) after the transition is complete.
I've been playing with groups, roles, transition conditions and validators and screens but can't seem to be able to do it.
Any advice please?
Regards David
hi
I have a different approach. I don't know if it meets your requirements but it is a good one and we use it with one of our clients. you can create a pool of issues that are assigned to developers. you can achieve this by creating a user with a joint mail (like a mail group), adding all your developers to this mail group and assigning the issue to this user. after that, one of your developers can assign to her/himself.
if not, I recommend you use workflow properties but as Nic said, they are a little bit challenging.
Neat trick. I like it as it is simple.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Remember that this is effectively "group assignee" which JIRA doesn't support , and does not work well in real life (the assignee is always responsible, and if it's a dummy user or assigned to a group, you can pretty much guarantee the ball will be dropped with people in the group thinking someone else needs to do it)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The assignee selection list is controlled by the permission scheme - there's a line for "assignable user"
That is generalised, it allows for the assignable user at all points in the workflow. If you want something like "all users assignable, but when the issue is in status "development", only allow it to go to developers", then you need to use "workflow properties" to control the permission. (Note that this can be quite hard to get right, as the properties only apply to status and you probably want to do things like "assign during transition")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey David!
I believe you can find the solution for your request through this old topic:
https://answers.atlassian.com/questions/321362/auto-assign-per-user-picker-field
I hope that helps!
Cheers, Rodrigo Silva.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.