Option to export data from App Usage for Jira

XMLWordPrintable

    • 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.

      1. Download the attached Python script: fetch_app_usage.py.
      2. Make the script executable with: chmod +x fetch_app_usage.py
      3. Install the requests Python module: python3 -m pip install requests
      4. Call the script with: python3 fetch_app_usage.py --base-url https://jira.example.com --pat YOUR_PAT_HERE
      5. The output will be in results.json in your current directory

        1. fetch_app_usage.py
          4 kB
          Benjamin S

            Assignee:
            Unassigned
            Reporter:
            Vivek Yadavayyanamath
            Votes:
            7 Vote for this issue
            Watchers:
            12 Start watching this issue

              Created:
              Updated: