Hi,
Is there any way to search issues by comment?
For exmple : get all issue that include in comment the text "this is test".
Welcome to the community.
Yes the JIRA Cloud Rest API provides a method to search for issues using a JQL statement.
https://developer.atlassian.com/cloud/jira/platform/rest/v3/#api-group-Issue-search
And you can execute a search for issues where there is a comment containing specific text with the JQL criteria:
comment~"text to find"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.