Details
Description
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
Attachments
Issue Links
- is related to
-
JSWSERVER-13449 Get projects api doesn't return projects if jql does not have project in it.
-
- Closed
-