This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** @Author:cben0ist (https://github.com/cben0ist) | |
* @Date: Dec 2015 | |
* @Description: Jira Script Runner JQL function I wrote to filter my request by member of the project role | |
*/ | |
package org.cben0ist.jira.jql | |
import com.atlassian.crowd.embedded.api.User | |
import com.atlassian.jira.issue.Issue | |
import com.atlassian.jira.jql.operand.QueryLiteral |