Hi,
We've automated a weekly comment with scriptrunner and we would like to know it is possible to change the Scriptrunner avatar.
Thanks a lot!
Have you used Automation for Jira to automate this? If so, just change the actor in the rule details section. You should have a service account created and permissioned appropriately to use for things like this.
If you've done it through a scheduled job or something else, you usually would specify the service account user using something like this:
ComponentAccessor.getJiraAuthenticationContext().setLoggedInUser(user);
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.