Uploaded image for project: 'Jira Software Data Center'
  1. Jira Software Data Center
  2. JSWSERVER-26326

Enable the creation of Jira Application Properties for custom plugins/apps via the REST API.

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • None
    • REST API
    • None
    • 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.

      Problem

      Currently, users cannot create new Jira Application Properties using the REST API endpoint /api/2/application-properties/{id} (see, Atlassian Developer Update an application property). When attempting to use the PUT method for this purpose, a 404 error is returned because PUT is designed only for updating existing properties, not creating new ones. There is no POST method available to facilitate the creation of new application properties.

      Suggested Solution

      Introduce a POST method for the /api/2/application-properties/{id} endpoint. This would allow users to create new application properties programmatically via the API, aligning with the functionality available for updating properties.

      Why This Is Important

      Providing the ability to create application properties through the API is crucial for users who develop custom plugins or apps and require automation in their setup processes. It enhances the flexibility and efficiency of managing Jira instances, particularly in environments where manual configuration is not feasible due to scale or complexity. Enabling API-based creation of application properties would improve the overall user experience and streamline integration workflows.

      Workaround

      n/a

          Form Name

            [JSWSERVER-26326] Enable the creation of Jira Application Properties for custom plugins/apps via the REST API.

            Luis Casanova created issue -

              Unassigned Unassigned
              bc67f4c9d228 Luis Casanova
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: