-
Type:
Bug
-
Resolution: Obsolete
-
Priority:
Low
-
Component/s: None
-
Severity 3 - Minor
NOTE: This bug report is for JIRA Cloud. Using JIRA Server? See the corresponding bug report.
Raised on behalf of Jóhann B. Guðmundsson - see https://ecosystem.atlassian.net/browse/AO-487
It would be extremly welcome addition to add the ability for Jira Administrators being able to set which group(s) are being regarded as non-Users for comments. ( which seems to be hardcoded to jira-developers only )
src/main/java/com/atlassian/jira/toolkit/customfield/LastCommentedByUserCFType.java
...
/** The group whose members are regarded as non-Users. */
private static final String JIRA_DEV = "jira-developers"; <---
private static final Logger log =
Logger.getLogger(LastCommentedByUserCFType.class);
- is related to
-
JRASERVER-45740 RFE: Add the ability for users to set the group whose members are regarded as non-Users
-
- Closed
-