bujjibabukatta opened a new pull request, #8923:
URL: https://github.com/apache/devlake/pull/8923

   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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to