Hi I am trying to set the following rules on issue creation
If an assignee is selected then the issue should be assigned to the user selected
If no assignee is selected the issue should be assigned to the reporter
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi!
to meet your needs please use the Set a field as function of other fields post function in the Create issue transition using the following settings rule to check and set the Assignee field:
(^$)%{00006}
where %{00006} is the field code for Reporter.
Best, Max
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi David,
please change your "Default Assignee" setting to "unassigned" on the "Users and Roles" administration page in your project settings. Otherwise this won't work and also having this set to "Project lead" makes no sense in combination with this post function. Hope that helps :)
Best, Max
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Max, as we have many projects and global setting is not allow unassigned there doesn't appear to be a way to set project lead to unassigned.
Thanks for your input
David M
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hm, okay. That's not good. And the person being the project lead can be a normal assignee right? So we could never know wether user A being a project lead was selected by the user creating the issue or the system using the default assignee "project lead"?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.