Hey All,
I have found a solution that how customer can add new customers in a project with the project permission restricted while creating an issue. The steps are as follows.
- Create a Label Field and name it as "Add New Customers" and add to the dedicated Request Type to whom you want the customer to add more customers.
- Create an Automation Rule.
- Trigger Event ( Issue Created )
- Create a branch ( Advance Branching ).
- Copy the Lable Field id e,g {{issue.customfield_10192}}
- Give the variable name of your choice e.g "newCustomer"
- Go to action and select Add Service Project customer.
- Use the variable in Email and Name {{newCustomer}}
- Additional Step if you want to add users as Request Participants, Add action and find the Re-fetch issue data.
- Add action of Edit Issue, find the Request participant field and use the same variable {{newCustomer}}.
The 7th-8th Step is to add the user to request a participant.
Please suggest if it is a feasible solution or how can we improve more.