ODBC guide

Read comments for issues by JQL


Gets all comments for issues that match a JQL expression. The connector first finds issues with the given JQL, then returns comments for those issues. Use the same JQL syntax as in the “Read issues using JQL query” example.

SELECT * FROM Comments WITH (Jql='status IN (Done, Closed) AND created > -5d' )