Get Issue owner reference

Hi i need to get issue owner reference in workflow or in command line then set Assignee = owner. How to get owner/created by user reference?
0
2 comments
Avatar
Permanently deleted user

rule
Change Assignee When Fixed

when
State
.
becomes
(
{
Fixed
}
)
{
Assignee
=
reporter
;
}
0
As you posted in the previous comment the reporter field is a reference to the issue owner .
0

Please sign in to leave a comment.