-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: Data Center - Apps
-
None
-
9
-
9
Summary
App Usage for Jira is a free app that tracks user-installed app (plugin) usage statistics. However, we don't have any options to export this data. Please provide a feature to export the app usage report in a CSV/HTML/PDF/JSON format.
Workaround
This workaround script is provided "as is" by Atlassian Support.
- Download the attached Python script: fetch_app_usage.py.
- Make the script executable with: chmod +x fetch_app_usage.py
- Install the requests Python module: python3 -m pip install requests
- Call the script with: python3 fetch_app_usage.py --base-url https://jira.example.com --pat YOUR_PAT_HERE
- The output will be in results.json in your current directory