Page tree
Skip to end of metadata
Go to start of metadata
import com.atlassian.jira.user.ApplicationUser;
import com.atlassian.jira.component.ComponentAccessor;

ApplicationUser currUser = ComponentAccessor.getJiraAuthenticationContext().getLoggedInUser();

getFieldByName("负责人").setFormValue(currUser.getUsername());//单人
getFieldByName("参与人").setFormValue([currUser.getUsername()]);//多人


  • No labels