We need to update a custom field to a linked issue. Due to access rights we have the need to run this update as another user. How can we do this?
Community moderators have prevented the ability to post new answers.
Hello
If you are using script runner, I think you can use IssueManager and method updateIssue
Try to pass your custom user as applicationUser:
updateIssue(ApplicationUser user, MutableIssue issue, EventDispatchOption eventDispatchOption, boolean sendMail)
https://docs.atlassian.com/software/jira/docs/api/7.6.1/com/atlassian/jira/issue/IssueManager.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.