Hi guys,
When users create a issue on the creating issue screen, they must chose the assignee. So I want to set the default assignee is the creator when the issue was created.
How can I do that?
Thanks!
I am having the similar issue.
The default assignee does NOT have ASSIGNABLE permission OR Unassigned issues are turned off
@Jobin Kuruvilla: I have added that post function to the create transition, but I still couldn't create the issue, the message was showed by system was 'Assignee: The default assignee does NOT have ASSIGNABLE permission OR Unassigned issues are turned off.'
Users created the request, they have the ASSIGNABLE permission. I tried by adding the ASSIGN ISSUE permission for user, so they can create the request. But if that permission was removed, the issue couldn't create the request.
So, is it ok? I want every user can create the issue (after creating, the issue assignee was creator) but they can't assign the issue to others (mean they don't have the ASSIGN ISSUE permission)?
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you want the assignee to be set on the Create, you need to give the person creating the issue the permission to assign! If you don't want to give them the assign issue permission, use script runner plugin and write a simple script to change the assignee (without checking the permission!).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Add the 'Assign To current user' post function on the Create Transition step in your workflow.
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.