New and Improved 3.13 Beta. Highlights: Shareable filters and dashboards and lots of other goodies. Any feedback can be raised as JIRA issues in the JIRA project.
Issue Details (XML | Word | Printable)

Key: JRA-7869
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Ian McNish
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JIRA

Active Directory integration (distribution groups info from AD)

Created: 06/Sep/05 12:46 PM   Updated: 08/Sep/05 02:17 AM
Component/s: Backend / Domain Model, Email integration
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

Environment: N/A

Participants: Anton Mazkovoi [Atlassian] and Ian McNish
Since last comment: 2 years, 50 weeks, 6 days ago
Labels:


 Description  « Hide
it would be great if we could configure Jira to query Active Directory for distribution group membership when a email list is added to a Jira issue.

e.g. we often have the need to add an email mailing list address as a watcher to a Jira issue so that a logical group of staff are all kept up to date on an issue. the problem arises when an individual who is also a member of said mail list is listed individually as the reporter, the owner, or a watcher of an issue; in this case that person can receive multiple copies of the message. if Jira were to query AD to see that the reporter (e.g. user "x" with email addr "x@abc.com") is also a member of the email list (e.g. "abc@abc.com") which is specified as a watcher, then Jira could determine that it does not need to send mail to "x@abc.com" as the mail sent to "abc@abc.com" will already hit "x@abc.com".

of course this gets very complicated when multiple mail lists are involved or when lists have sub-lists.

as an alternative, if Jira sent email to all addresses as one message, rather than one message per address, then most MTAs and/or MUAs are smart enough to weed out duplicates.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Anton Mazkovoi [Atlassian] added a comment - 08/Sep/05 02:17 AM
Hi Ian,

An interetsing feature.

The reason why we send one message per user is that sometimes it is useful to ensure that the recipient o fthe email does not know who the other recipient are. Including everyone as a BCC make the e-mail appear as if it is not addressed to anyone. (Different users also have different preferences for HTML or text e-mail, so we might have to sned multiple messages anyway).

If you have access to JIRA's source code (hold commercial license) you are more than welcome to add AD querying to JIRA.

THanks,
Anton