Log inSkip to main contentSkip to sidebar
Something went wrong, please try again.
Create and track feature requests for Atlassian products.
  • More
    DashboardsProjectsIssues
  • Give feedback to Atlassian
  • Help
    • Jira Core help
    • Keyboard Shortcuts
    • About Jira
    • Jira Credits
  • Log In
IMPORTANT: JAC is a Public system and anyone on the internet will be able to view the data in the created JAC tickets. Please don’t include Customer or Sensitive data in the JAC ticket.

Open issues

  • All issues
  • Open issues
  • Done issues
  • Viewed recently
  • Created recently
  • Resolved recently
  • Updated recently
View all issues and filters
Order by Priority
  1. Suggestion
    JSWSERVER-21613Java Flight Recorder Configuration File Location
  2. Suggestion
    JSWSERVER-25519When moving ab Project of a issue type to another Project, the default dropdown selection issue type could change to a different type.
  3. Suggestion
    JSWSERVER-19912Implement Configuration Option for CSP Header
  4. Suggestion
    JSWSERVER-9049Epic progress gadget
  5. Suggestion
    JSWSERVER-10762Create a dashboard gadget for the Velocity Chart
  6. Suggestion
    JSWSERVER-11952Ability to configure a default board to show for a project
  7. Suggestion
    JSWSERVER-13265Provide UI method to identify origin board for a sprint.
  8. Suggestion
    JSWSERVER-16411More than one avatar on an agile card
  9. Suggestion
    JSWSERVER-20097JQL search for issues added and removed from a sprint
  10. Suggestion
    JSWSERVER-21388Allow sorting child issues in a parent issue
  11. Suggestion
    JSWSERVER-25097Include Advanced Roadmaps (formerly Portfolio) data on Jira's Audit logs
  12. Suggestion
    JSWSERVER-25193Release the "duplicate plan" feature for Jira Data Center
  13. Suggestion
    JSWSERVER-25848Change acting user for starting / ending auto-managed Sprint
  14. Suggestion
    JSWSERVER-25490Provide a way to migrate Advanced Roadmap plans between instances
  15. Suggestion
    JSWSERVER-21864Remove repository on Jira, when it is removed from Github
  16. Suggestion
    JSWSERVER-21313Allow for disabling DVCS in Jira
  17. Suggestion
    JSWSERVER-21238Support Github Cloud Enterprise organisation managed by Azure IdP
  18. Suggestion
    JSWSERVER-25293Support for the Insight Custom fields
  19. Suggestion
    JSWSERVER-25277Implement the REST API endpoint to delete plans
  20. Suggestion
    JSWSERVER-25260Team field can be confused with Tempo Team field
  21. Suggestion
    JSWSERVER-25248Portfolio Team field should be a fully supported JIRA field
  22. Suggestion
    JSWSERVER-25247Portfolio Team Avatar
  23. Suggestion
    JSWSERVER-25225Allow 'Import Issues from CSV' function to populate ARJ Target Start and End date custom fields
  24. Suggestion
    JSWSERVER-25190Allow Advanced Roadmaps to Group by any custom field
  25. Suggestion
    JSWSERVER-25187Viewing and editing custom fields within Portfolio
  26. Suggestion
    JSWSERVER-25181Summary v Title - Roadmaps and Jira
  27. Suggestion
    JSWSERVER-25154Add the (time) Logged field to the new interface
  28. Suggestion
    JSWSERVER-25146Change Issue status from within Jira Advanced Roadmap
  29. Suggestion
    JSWSERVER-25122Advanced Roadmaps - Add support for more custom fields to the plan view
  30. Suggestion
    JSWSERVER-25121Add Original Estimate to Advanced Roadmaps New Experience
  31. Suggestion
    JSWSERVER-25115Milestones
  32. Suggestion
    JSWSERVER-25090 To re-include the Archived Releases in the plan
  33. Suggestion
    JSWSERVER-24538Ability to change the date format on an Advanced Roadmap plan in Server / DC
  34. Suggestion
    JSWSERVER-21545Add pagination to ConfigureFieldLayout page
  35. Suggestion
    JSWSERVER-21587Add 'Child issues' to 'Issue Detail View'
  36. Suggestion
    JSWSERVER-7265As a user, I want to make estimates visible on cards in Kanban board
  37. Suggestion
    JSWSERVER-9626As a developer, I want the Issue Detail View in the plan and work mode to support the different JIRA custom field abstract classes so that my own custom field can be displayed
  38. Suggestion
    JSWSERVER-10191Please allow to add scripted fields to the issue details view
  39. Suggestion
    JSWSERVER-11871As a user, I'd like to know who is the sprints creator
  40. Suggestion
    JSWSERVER-7992Ability to see sub-tasks in the backlog
  41. Suggestion
    JSWSERVER-9581As a user I want to be able to drag & drop multiple issues in work mode
  42. Suggestion
    JSWSERVER-12432In a Filter, I should be able to query for issues closed in the most recently closed sprint
  43. Suggestion
    JSWSERVER-13138Sum estimates from sub-tasks in user stories
  44. Suggestion
    JSWSERVER-15624Allow more than 3 fields on card layout
  45. Suggestion
    JSWSERVER-15655Ability to add columns to Epic Issue list on Epic
  46. Suggestion
    JSWSERVER-16165Make URL field links clickable from Kanban cards
  47. Suggestion
    JSWSERVER-26311Inadequate documentation of Velocity template allowlisting after Jira 10.0.X
  48. Suggestion
    JSWSERVER-5368New issues to top of backlog
  49. Suggestion
    JSWSERVER-7719Sum of remaining estimate on sub-tasks not displayed on user story in agile boards
  50. Suggestion
    JSWSERVER-7721When cloning an Epic, add the option to clone the linked Stories as well
Refresh results
1 2 3 4 5Next >>
1 of 3000
Uploaded image for project: 'Jira Software Data Center'
  1. Jira Software Data Center
  2. JSWSERVER-21613

Java Flight Recorder Configuration File Location

Log In
Gathering Interest
Export
undefinedView workflow
XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • None
    • Data Center
    • None
    • 0
    • 2
    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      Currently the JFR (Java Flight Recorder) configuration file (active_config.jfr) is stored in the $JIRA_HOME/log/jfr files directory. This raises several issues:

      1. It breaks the best practice of storing configuration files in a common location
      2. In containerized environments with a non-persistent log files dir,
        • your configuration will reset on every restart of Jira
        • OR you must manage a persistent volume to maintain the integrity of a single config file.
        • OR you must manage the file as code, which also means you must ensure that changes from within the UI are also updated in code.
      3. If you clean out your log files directory either as a troubleshooting task, or as a regular process, you may lose your JFR configuration if you are unaware of the file or it's changes.
      4. Allows for inconsistency between nodes in a DataCenter environment as it is stored in the local home, rather than the shared home.
        • for example, if one node is down when it is configured, it would not pick up the changes.
      5. If you are upgrading Jira using a new server, you will lose any custom configuration if you are unaware of changes in this file, and fail to copy it to your new server.
      6. In some instances JFR will fail to start due to a missing configuration file if the file doesn't exist because one of the previous issues.
        • with a non-persistent log volume this means you must add a manual step to every Jira restart, to go in, and turn off and back on JFR.

      The following solutions are proposed:

      1. Include a setting to move the location of the configuration file
      2. Move the configuration file to a common location for configuration files (such as the $shared_home, $shared_home/data, $jira_home, or $jira_install directories)Move the configuration into the database
      3. Move the configuration into the database) 

        mentioned in

        Page Loading...

              • All
              • Comments
              • Work Log
              • History
              • Activity
              SET Analytics Bot made changes - 3 hours ago
              Support reference count Original: 1 New: 2
              SET Analytics Bot made changes - 22/Apr/2025 4:25 AM
              Support reference count New: 1
              Cathy S made changes - 12/Apr/2024 2:35 AM
              Remote Link New: This issue links to "Page (Confluence)" [ 893578 ]
              SET Analytics Bot made changes - 18/Oct/2023 2:18 AM
              UIS Original: 1 New: 0
              SET Analytics Bot made changes - 29/Jul/2023 2:15 AM
              UIS New: 1
              Tom Tran made changes - 27/Jul/2023 11:59 PM
              Comment [ This affects Confluence as well. Please create an associated Confluence ticket. ]
              Marissa Jensen (Inactive) made changes - 30/Jan/2023 8:29 PM
              Description Original: Currently the JFR (Java Flight Recorder) configuration file ({{{}active_config.jfr{}}}) is stored in the {{$JIRA_HOME/log/jfr}} files directory. This raises several issues:
               # It breaks the best practice of storing configuration files in a common location
               # In containerized environments with a non-persistent log files dir,
               ** your configuration will reset on every restart of Jira
               ** OR you must manage a persistent volume to maintain the integrity of a single config file.
               ** OR you must manage the file as code, which also means you must ensure that changes from within the UI are also updated in code.
               # If you clean out your log files directory either as a troubleshooting task, or as a regular process, you may lose your JFR configuration if you are unaware of the file or it's changes.
               # Allows for inconsistency between nodes in a DataCenter environment as it is stored in the local home, rather than the shared home.
               ** for example, if one node is down when it is configured, it would not pick up the changes.
               # If you are upgrading Jira using a new server, you will lose any custom configuration if you are unaware of changes in this file, and fail to copy it to your new server.
               # In some instances JFR will fail to start due to a missing configuration file if the file doesn't exist because one of the previous issues.
               ** with a non-persistent log volume this means you must add a manual step to every Jira restart, to go in, and turn off and back on JFR.

              The following solutions are proposed:
               # Include a setting to move the location of the configuration file
               # Move the configuration file to a common location for configuration files (such as the {{{}$shared_home{}}}, {{{}$shared_home/data{}}}, {{{}$jira_home{}}}, or {{$jira_install}} directories)Move the configuration into the database
              New: Currently the JFR (Java Flight Recorder) configuration file ({{{}active_config.jfr{}}}) is stored in the {{$JIRA_HOME/log/jfr}} files directory. This raises several issues:
               # It breaks the best practice of storing configuration files in a common location
               # In containerized environments with a non-persistent log files dir,
               ** your configuration will reset on every restart of Jira
               ** OR you must manage a persistent volume to maintain the integrity of a single config file.
               ** OR you must manage the file as code, which also means you must ensure that changes from within the UI are also updated in code.
               # If you clean out your log files directory either as a troubleshooting task, or as a regular process, you may lose your JFR configuration if you are unaware of the file or it's changes.
               # Allows for inconsistency between nodes in a DataCenter environment as it is stored in the local home, rather than the shared home.
               ** for example, if one node is down when it is configured, it would not pick up the changes.
               # If you are upgrading Jira using a new server, you will lose any custom configuration if you are unaware of changes in this file, and fail to copy it to your new server.
               # In some instances JFR will fail to start due to a missing configuration file if the file doesn't exist because one of the previous issues.
               ** with a non-persistent log volume this means you must add a manual step to every Jira restart, to go in, and turn off and back on JFR.

              The following solutions are proposed:
               # Include a setting to move the location of the configuration file
               # Move the configuration file to a common location for configuration files (such as the {{{}$shared_home{}}}, {{{}$shared_home/data{}}}, {{{}$jira_home{}}}, or {{$jira_install}} directories)Move the configuration into the database
               # {{{}Move the configuration into the database{}}}) 
              Tyler Miller created issue - 30/Jan/2023 6:45 PM

                Unassigned Unassigned
                tyler.miller Tyler Miller
                Votes:
                8 Vote for this issue
                Watchers:
                5 Start watching this issue

                  Created:
                  30/Jan/2023 6:45 PM
                  Updated:
                  2 hours ago
                  • Atlassian Jira Project Management Software
                  • About Jira
                  • Report a problem
                  • Privacy policy
                  • Notice at Collection

                  Atlassian