FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix(jira): collect board issues via saved filter JQL by bujjibabukatta · Pull Request #8923 · apache/devlake · GitHub

/ devlake Public

fix(jira): collect board issues via saved filter JQL - #8923

Open
bujjibabukatta wants to merge 1 commit into
apache:mainfrom
bujjibabukatta:fix/#8917
Open

fix(jira): collect board issues via saved filter JQL#8923
bujjibabukatta wants to merge 1 commit into
apache:mainfrom
bujjibabukatta:fix/#8917

Conversation

Copy link
Copy Markdown
Contributor

Fixes Jira Kanban boards silently missing issues when a board sub-filter is configured.

Previously, DevLake collected board issues via Jira Agile’s board issue endpoint, which applies the board saved filter and Kanban subQuery server-side. This caused resolved/released issues to disappear from DevLake when the subQuery excluded them.

This change collects Jira board issues through the Jira Search API using the saved board filter JQL stored on _tool_jira_boards.jql, bypassing the board-level subQuery while preserving the existing board issue association during extraction. Jira Server uses api/2/search, while Jira Cloud uses api/3/search/jql with token pagination.

Also stores the board configuration subQuery on _tool_jira_boards.sub_query for visibility/debugging.

klesh commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

I don't think this is a good idea.

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL