-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Low
-
None
-
Affects Version/s: None
-
Component/s: None
-
Severity 3 - Minor
-
NOTE: This bug report is for JIRA Server. Using JIRA Cloud? 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);
- relates to
-
JRACLOUD-45740 RFE: Add the ability for users to set the group whose members are regarded as non-Users
-
- Closed
-
- is duplicated by
-
AO-487 Loading...