I need to export the total number of users in a CSV pattern from the JIRA UI. Is this possible?
No, it's not got facilities for that. The best you can do is search for them and scrape the web page that lists the results.
For anything more clever, you'll either need to scribble some improved reporting code, or run a quick query in the database.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.