-
Bug
-
Resolution: Tracked Elsewhere
-
Medium (View bug fix roadmap)
-
None
-
None
-
None
-
None
On creating a board with a jql filter which does not have project in it (for ex. "creator=admin"), the api
GET /rest/agile/1.0/board/{boardId}/project
does not return any projects for that board.
Expected result: All projects should be returned for the board.
- relates to
-
JSWSERVER-16172 Get projects API doesn't return projects if JQL returns all but a few excluded projects
-
- Gathering Impact
-
[JSWSERVER-13449] Get projects api doesn't return projects if jql does not have project in it.
Workflow | Original: JAC Bug Workflow v2 [ 2852746 ] | New: JAC Bug Workflow v3 [ 2937210 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JIRA Bug Workflow w Kanban v7 - Restricted [ 2544099 ] | New: JAC Bug Workflow v2 [ 2852746 ] |
Status | Original: Closed [ 6 ] | New: Resolved [ 5 ] |
Workflow | Original: JIRA Bug Workflow w Kanban v6 - Restricted [ 1550705 ] | New: JIRA Bug Workflow w Kanban v7 - Restricted [ 2544099 ] |
Link | New: This issue relates to JSWSERVER-16172 [ JSWSERVER-16172 ] |
Workflow | Original: JIRA Bug Workflow w Kanban v6 [ 1230844 ] | New: JIRA Bug Workflow w Kanban v6 - Restricted [ 1550705 ] |
Resolution | New: Tracked Elsewhere [ 15 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Description |
Original:
On creating a board with a jql filter which does not have project in it (for ex. "creator=admin"), the api GET /rest/agile/1.0/board/{boardId}/project does not return any projects for that board.
Expected result: All projects should be returned for the board. |
New:
On creating a board with a jql filter which does not have project in it (for ex. "creator=admin"), the api
{noformat} GET /rest/agile/1.0/board/{boardId}/project {noformat} does not return any projects for that board. Expected result: All projects should be returned for the board. |