I want to add current user as request participant if the request is submitted on behalf of some else.
Ex: Reporter = xyz, submitter = logged in user . If reporter is not submitter then add submitter as request participants.
If reporter is submitter than no action required.
How can I achieve this using script runner or behaviour or any other methods. Kindly suggest.