Hi Yash,
I believe that you can set the default assignee to unassigned, however it is only at the project-level, meaning that you would have to set this for individual projects.
Go to the Administration Screen of your Project, then go to the 'People' tab. You should see the 'Default Asignee :' section there. Click on the pencil icon, and you can choose the default assignee to be Unassigned.
You can find a documentation about this here : https://confluence.atlassian.com/display/JIRA/Defining+a+Project#DefiningaProject-Roles
Cheers,
Joe
Under options
Allow unassigned issues is by default is set to OFF. switch it to ON.
Then you will be able to see the option unassigned.
If you have problem with configuring, read this
https://confluence.atlassian.com/display/JIRA/Configuring+JIRA+Options
Hope this helps.
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Here is what worked for me (I'm on Jira Cloud and I have classic project enabled): once "Allow unassigned issues" is turned on as described by Nitram, I found the option to change the default assignee under Project/ Project settings / Details / Default Assignee...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Starting with JIRA 6.0.3, if the "Allow unassigned issues" option is ON then the default assignee for newly-created projects will be "Unassigned".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yash,
I am not sure if my comment would help you. Following worked for me, but please note we do not use ondemand we have Jira installed locally on our server. I do not know how much control you have over ondemand installation.
Use this at your own risk. Make sure that you have "Allow Unassigned Issues" option turned on.
Then edit: [JiraInstallationDir]/atlassian-jira/secure/admin/views/addproject.jsp
Change this line
<aui:component label="'assigneeType'" name="'assigneeType'" template="hidden.jsp" theme="'aui'"/>
to this (add value="'3'")
<aui:component label="'assigneeType'" name="'assigneeType'" template="hidden.jsp" value="'3'" theme="'aui'"/>
for version 5.1.8 it was line 101 in addproject.jsp file. restart Jira.
I hope it works for you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You've got two options either leave "project lead" empty then "assignee: automatic" leads to an unassigned issue.
Or second option is to use a post function to update (clear) assignee field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI,
As I said above, you need to do.The following image will be the result.
Once done, you can achieve your expected outcome in the create screen.
Hope it helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nitram,
The above settings are set properly and i am able to see unassigned option. But on load of the create issue page i want to set the assignee to Unassigned .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I want to set , the assignee field to unassigned instead of automatic ,On create screen For a project in jira.
How i can do this?
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.