-
Type:
Bug
-
Status: Done (View Workflow)
-
Priority:
Medium
-
Resolution: Duplicate
-
Affects Version/s: 5.6.6.1-jira8
-
Fix Version/s: None
-
Component/s: JQL Functions
-
Labels:None
-
Critical Points:0
The inRole condition, provided by JQL functions such as lastComment, currently requires ScriptRunner to iterate through every project role defined on the instance - this can be time consuming if the number of such roles is high. However, in cases where some other part of the JQL query restricts the applicable projects (as indicated by QueryCreationContext#getDeterminedProjects), ScriptRunner need only consider the roles for those projects, which could represent a considerable saving on time.
- duplicates
-
SRJIRA-4405 optimise lastComment("inRole Administrators") by taking account of any project clauses
-
- Done
-