Changing automatic Assigne

Eren Uysal June 20, 2013

How can i change automatic assignee ? I just only want to change Assignee not Project leader.Is it possible?

For example :

Project Lead : xxxx

Assignee : xxxx (but ı want change thıs to yyyy)

Because when ı create ıssue , automatic assignee send mail project lead.

2 answers

0 votes
Raju KC
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.
June 20, 2013

1) Change Assignee by modifying workflow in post function.

or

2) Use components instead ( https://confluence.atlassian.com/display/JIRA/Defining+a+Component#DefiningaComponent-Addinganewcomponent )

0 votes
C_ Faysal
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.
June 20, 2013

hi eren,

you could enable "Allow unassigned Issues"

then remove "Project Lead" from assignee inside projects administration.

if you want to assign to an specific user by default just add a postfunction to the "Create Issue" transition in your workflow and add something like "Update Issue Field" where you can choose "Assignee" field and put your user "yyyy" there.

note that every new created issue will be assigned to yyyy then.

is that what your askin for?

Suggest an answer

Log in or Sign up to answer