Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-25596

Feedback for Java API

XMLWordPrintable

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

      NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.

      In JIRA v5.0 we are creating a separate API module for plugin developers to depend on to give more security that the plugin will remain compatible with future JIRA versions.

      Plugins devs can change the dependency on "atlassian-jira" to "jira-api" in their maven pom.xml like so:

              <dependency>
                  <groupId>com.atlassian.jira</groupId>
                  <artifactId>jira-api</artifactId>
                  <version>${jira.version}</version>
                  <scope>provided</scope>
              </dependency>     
      

      This issue is intended to gather feedback on what is included and what isn't included, and is of particular interest for JIRA v5.0 Early Access releases (milestones and betas).

            Unassigned Unassigned
            mlassau Mark Lassau (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: