You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Jonathan Eagles (JIRA)" <ji...@apache.org> on 2015/08/18 15:26:46 UTC

[jira] [Created] (INFRA-10138) Consider enabling the participants field for JIRA

Jonathan Eagles created INFRA-10138:
---------------------------------------

             Summary: Consider enabling the participants field for JIRA
                 Key: INFRA-10138
                 URL: https://issues.apache.org/jira/browse/INFRA-10138
             Project: Infrastructure
          Issue Type: Bug
            Reporter: Jonathan Eagles


Currently there is no way (without access to the underlying database and using SQL) to query comments by user.

Sadly this is not natively supported by JIRA.

[JRA-1648] Allow search on issues I have commented - Atlassian JIRA

Work around discussion here
http://stackoverflow.com/questions/5975529/issues-commented-by-me-in-jira

You can get close approximation by looking at the watchers list since when you comment you are auto-added.

However, if we enable to participants fields than it can be done using the issuefunction

https://issues.apache.org/jira/issues/?jql=issuefunction%20in%20commented%28%22by%20jeagles%20after%20-2w%22%29



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)