So an user asked me to create a rule that will assign the ticket to the user indicated in the filed "developer" which is already in place.
But as "developer" field is not mandatory in case this is not filled in, they would like to import user from another filed "TI owner", could you help me w/ this please?
This can be done by using if/else function, but this requires, almost surely smart values or even the creation of variables and use this information
What kind of fields are "Developer" and "TI owner".
They should be user pickers, otherwise if they are simple text fields you would need to change them. As text fields can have errors like, typo's and non-existing users.
Are you able to give some more insight?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can build a rule like this:
Use Multiple Issue events trigger, if required that the rule triggers on multiple events
Add a IF/Else action
I used a action in the IF to check if the field is not empty
Then I assign the issue by using the Assign Action and use the smart value option and use the value {{user}} (my user picker field.
You can to the same with your field Developer and then repeat the same options in the Else action for the field TI owner.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.