Hi people,
I'm trying to write a small Python script that would help me parse user and group lists from my jira instance for a monthly review. But here's a complication: our Jira is set to strict GDPR mode, and I'm not sure if I can do this.
Does anybody have a working example of Python code that would successfully grab a list of groups a user belongs to? Thanks.