-
Bug
-
Resolution: Unresolved
-
Medium (View bug fix roadmap)
-
None
-
7.4.0, 7.5.0
-
7.04
-
1
-
Severity 3 - Minor
-
0
-
Summary
On creating a board with a JQL filter which results in issues from all but a few excluded project, the following REST API,
GET /rest/agile/1.0/board/{boardId}/project
does not return any projects for that board.
Examples of affected JQL queries,
- project != ABC
- project NOT IN (ABC,XYZ)
Steps to Reproduce
- Create a board in Jira
- Modify the filter query of the board to include the conditions shown in the above examples.
- Get results from the REST API command above
Expected Results
The query returns projects that are listed based on the JQL query
Actual Results
No projects are shown
- is related to
-
JSWSERVER-13449 Get projects api doesn't return projects if jql does not have project in it.
-
- Closed
-