Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,560,605
Community Members
 
Community Events
185
Community Groups

Jira administrator account information set in AD is not recognized by mail handler

Edited

Dear, Atlassian Team.

We are setting up to register as an issue at the Jira Service Desk when an internal employee sends an email. (Jira Mail handler)


When a person with actual jira administrator privileges sends mail, it is marked as an unauthenticated user and cannot specify a reporter. We're using LDAP.

Can't jira mail handler get user information if there are many user objects in ldap?

There are about 6,000 objects in AD. After testing about 20 people, about 10 reporters are assigned to their mail addresses, and 10 are recognized as external users and designated as default reporter (ASK-IT).

Please help us.


https://community.atlassian.com/t5/Jira-questions/When-I-set-up-an-email-handler-and-receive-an-email-inquiry-two/qaq-p/1478570#U1482309


Best Regards,

KRAFTON & PUBG

Yongwon BAEK

 

2 comments

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Sep 16, 2020

The mail handlers have a simple rule - they read the email address and match it against people in the Jira user directory. 

If it can't find a matching email in the user directory, then they'll look at the "default" user set in the mail handler or, if there is none, they'll act as though there is account.

If your AD service is not synchronising the full list of your desired users with their emails, you'll need to debug why Jira's link to it is not pulling down the list you want.

I don't think Jira & JSD Mail handlers recognize more than 1000 objects.

Do you have any reports on this?

We are using Microsoft active directory.

https://jira.atlassian.com/browse/JRASERVER-63771

I am inquiring because it seems to be an extension of this inquiry.

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Sep 18, 2020

No, that's a good find, but it's actually a problem in the user-picker code, not the directory synchronisation.

You'd have seen a much larger response if the directories had been limited - there are millions of Jira users in LDAP systems larger than 1,000 objects.

I would start by cross checking the "missing" people against what Jira is reporting them as.  And not just that they exist, but that their emails are exactly matching - I've seen issues when database collations are wrong and people are using different character sets in their names and emails.

Our Domain Controller's ldap max page size is set to 30000. (Default 1000)

It is confirmed that there is no problem in our Domain Controllers.

Also, we have several domains. (abc.com, abcd.com abcde.com)

However, accounts that are recognized as external users are stored at abc.com.

(abc.com is the default tenant address.)

Our Domain Controller's ldap max page size is set to 30000. (Default 1000)

It is confirmed that there is no problem in our Domain Controllers.

Also, we have several domains. (abc.com, abcd.com abcde.com)

However, accounts that are recognized as external users are stored at abc.com.

(abc.com is the default tenant address.)

Comment

Log in or Sign up to comment