How to change assignee field from Automatic to Unassigned in jira 6.0.2?

Sharda Gupta February 10, 2015

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..

2 answers

1 vote
IshanL
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 13, 2015

If you really need to see the "Unassigned" word, Then there is a possible Javascript hack wink. You an add this in description of your assignee field.

 

<script>

AJS.$('#assignee-field').val("Unassigned") ;

</script>

Jose Luis Casarrubias December 10, 2020

Hello,

Does this solution works for you?

Can you please explain more about it?

Regards,

JLuis

0 votes
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 11, 2015

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?

Sharda Gupta February 11, 2015

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..

Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 13, 2015

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.

Suggest an answer

Log in or Sign up to answer