There is some profile data, which I would like to fetch for a large number of users. How can I fetch the data in scripts for several users?
Instructions
Java API or Groovy Script Since Version 2.2.0
It is possible to access profile data through the Java API or with Adaptavist ScriptRunner for Jira. For details, please refer to our Java API Documentation.
Alternative Workaround (before version 2.2.0)
This is what you can do at the moment:
-
Create a project where each user you are interested in is, e.g, the assignee of an individual issue (or the reporter or another single user picker field)
-
Add a User Profile custom field to each issue that provides the user profile field of the assignee (or reporter, ...) that you are interested in by following the instructions in our documentation
-
Use your script to fetch the data from that field for each issue/user
Related articles
- Problem Synchronizing Multiple User Directories
- Fetch user profile data through script
- Add Profile Element as customized link
- Unusual large size of profile picture when editing customer details on service desk
- Does the click-to-call function work with VoIP?
- Add user profile field to email template
- Cannot find User Profile field in pie chart gadget
- Custom User Field not Appearing in Issues
- Unable to synchronize a User Profile Field with Active Directory (JIRA)