June 2019
Intermediate to advanced
280 pages
8h 39m
English
Go through the following steps to run a custom Groovy script in Jira (note that you will need to update the filter IDs accordingly):
import com.atlassian.jira.component.ComponentAccessorimport com.atlassian.jira.favourites.FavouritesManagerimport com.atlassian.jira.issue.search.SearchRequestimport com.atlassian.jira.issue.search.SearchRequestManagerimport com.atlassian.jira.user.util.UserManagerimport com.atlassian.jira.security.groups.GroupManagerimport com.atlassian.jira.exception.PermissionException //Set the filter ID and group to share with hereLong[] searchRequestIds = [10302,10303,10304]String shareWith ...
Read now
Unlock full access