Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
  • Community
  • Q&A
  • Jira
  • Questions
  • Jira V7.1.6 How to export the following user data ( Username, Full Name, Login Detail, Proyect with roles for user) to a Microsoft Office Excel? - What would be the query in Database (PostGres 9.5.3)?

Jira V7.1.6 How to export the following user data ( Username, Full Name, Login Detail, Proyect with roles for user) to a Microsoft Office Excel? - What would be the query in Database (PostGres 9.5.3)?

Jesus Cuadrado Garcia de la Caelra
February 7, 2017
 

1 answer

1 accepted

0 votes
Answer accepted
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
February 8, 2017

For most of the user information, you'll need to read cwd_user.  For their groups, read cwd_membership.  Then for their roles, read projectroleactor, remembering that their groups could also be used in roles.

Why do you want to do this though?  It's probably a dreadfully complex way to achieve what you're trying to do.

Suggest an answer

Log in or Sign up to answer