Allow Unassigned Issues Flag is ON, Default Assignee under Roles is set to Unassigned, Default assignee under Component is also Unassgined, still unable to set assignee field as Unassigned while creating new issue.
Kindly suggest..
If you really need to see the "Unassigned" word, Then there is a possible Javascript hack . You an add this in description of your assignee field.
<script>
AJS.$('#assignee-field').val("Unassigned") ;
</script>
Hello,
Does this solution works for you?
Can you please explain more about it?
Regards,
JLuis
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Maybe you have assignee as a mandatory field in one of the screens or in the workflow? Is it throwing an error during Create? If so, what is the error?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jobin, No error. I just want it to be UNASSIGNED instead of Automatic on create screen. Have re-indexed jira as well but still the situation is same.. Help will be appreciated..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Automatic can still set the assignee to unassigned depending on the default assignee configuration on component and project level. Is that not working? On the screen it will show automatic but the issue will be unassigned after creation.
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.