-
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
-
[JSWSERVER-16172] Get projects API doesn't return projects if JQL returns all but a few excluded projects
UIS | Original: 2 | New: 0 |
UIS | Original: 0 | New: 2 |
UIS | Original: 1 | New: 0 |
UIS | Original: 0 | New: 1 |
Minimum Version | New: 7.04 |
Workflow | Original: JAC Bug Workflow v2 [ 2853224 ] | New: JAC Bug Workflow v3 [ 2937274 ] |
Status | Original: Needs Triage [ 10030 ] | New: Gathering Impact [ 12072 ] |
Symptom Severity | Original: Minor [ 14432 ] | New: Severity 3 - Minor [ 15832 ] |
Workflow | Original: JIRA Bug Workflow w Kanban v7 - Restricted [ 2543666 ] | New: JAC Bug Workflow v2 [ 2853224 ] |
Status | Original: Open [ 1 ] | New: Needs Triage [ 10030 ] |
This bug/lack of functionality has caused a number of new support requests for our users with complex board queries. We're constantly trying to ensure our apps work around this, but it's becoming increasingly difficult.