-
Bug
-
Resolution: Fixed
-
Medium (View bug fix roadmap)
-
6.3.0.2
-
None
-
6.03
-
Steps to Reproduce:
- Have more than one project with a planned Sprint.
- Have users that don't have permissions on all these projects.
- Run the below JQL specifying the project to search:
project = "Project X" and Sprint IN futureSprints()
Actual Behavior:
Instead of showing only the issues in the project that the user has permission to view, the following error appears:
Expected Behaviour:
If I specified the project to see, it's not supposed to bring me those errors. Or at least it was supposed to bring the the issues which I have permission to see.
- is incorporated by
-
JSWSERVER-8401 openSprints() JQL returns error if no open sprints exist
-
- Closed
-
- is related to
-
JSWCLOUD-15217 Add futureSprint() function in the documentation
- Closed
This was fixed in Jira Agile (Greenhopper) version 6.3.6, as a result of changes made for this issue -> https://jira.atlassian.com/browse/GHS-8401. Before 6.3.6, future sprints were not being filtered in the same way that open and closed sprints were, which was resulting in error messages being shown that a user lacking certain permissions should not see. The fix was confirmed present in versions 6.3.6 and master of Jira Agile, and the error was confirmed present in 6.3.5. I will now close this issue.