Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

There is some profile data, which I would like to fetch for a large number of users. Since the data is a user profile field, I am not able to fetch the data in Groovy script. How can I fetch the data in scripts for several users?

Instructions

At the moment User Profiles for Jira does not offer a REST or Java API, therefore there is not straightforward way to implement this right now.

...

Jira API or Groovy Script
Status
colourGreen
titleSince Version 2.2.0

It is possible to access profile data through the Jira API or with Adaptavist ScriptRunner for Jira. For details please have a look at our Java API Documentation (v 2.3) .

Alternative Workaround (before version 2.2.0)

This is what you can do at the moment:

...