Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to see users who have been invited but not signed up?

jdwyatt
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 8, 2019

I am running JIRA Software Server edition v7.11.0. I have invited users to join via the "Invite users via email" capability. Outbound SMTP works. Some users went forward with registration, while others did not. I'd like to see the outstanding list of invitees who have not yet joined my JIRA.

1 answer

0 votes
Stephen Sifers
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 10, 2019

Hello Josh and welcome to the Community!

There is nothing within the interface which will show users who have been invited to create an account within Jira. There is a way where you may query the database to see all users invitations along with if they’ve redeemed their account. The Database query for PostgreSQL will look like:

SELECT * FROM "AO_97EDAB_USERINVITATION"

And for all accounts not redeemed:

SELECT * FROM "AO_97EDAB_USERINVITATION"
where "REDEEMED" = 'false'

Here is an example output:

image.png 

I hope this helps to locate all invited users and all users with outstanding invitations.

Regards,
Stephen Sifers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events