• Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? 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).

            [JRACLOUD-25596] Feedback for Java API

            Katherine Yabut made changes -
            Workflow Original: JAC Suggestion Workflow [ 3142221 ] New: JAC Suggestion Workflow 3 [ 3637710 ]
            Status Original: RESOLVED [ 5 ] New: Closed [ 6 ]
            Owen made changes -
            Workflow Original: JIRA Bug Workflow w Kanban v6 - TEMP [ 2339193 ] New: JAC Suggestion Workflow [ 3142221 ]
            Status Original: Closed [ 6 ] New: Resolved [ 5 ]
            Eric S (Inactive) made changes -
            Component/s New: Ecosystem [ 53294 ]
            Component/s Original: Ecosystem - Java API [ 46588 ]
            Katherine Yabut made changes -
            Workflow Original: JIRA Bug Workflow w Kanban v6 [ 2103000 ] New: JIRA Bug Workflow w Kanban v6 - TEMP [ 2339193 ]
            Katherine Yabut made changes -
            Workflow Original: JIRA Bug Workflow w Kanban v6 - TEMP [ 2065632 ] New: JIRA Bug Workflow w Kanban v6 [ 2103000 ]
            Katherine Yabut made changes -
            Workflow Original: JIRA Bug Workflow w Kanban v6 [ 1835195 ] New: JIRA Bug Workflow w Kanban v6 - TEMP [ 2065632 ]
            jonah (Inactive) made changes -
            Description Original: 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:
            {code}
                    <dependency>
                        <groupId>com.atlassian.jira</groupId>
                        <artifactId>jira-api</artifactId>
                        <version>${jira.version}</version>
                        <scope>provided</scope>
                    </dependency>
            {code}

            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).
            New: {panel:bgColor=#e7f4fa}
              *NOTE:* This suggestion is for *JIRA Cloud*. Using *JIRA Server*? [See the corresponding suggestion|http://jira.atlassian.com/browse/JRASERVER-25596].
              {panel}

            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:
            {code}
                    <dependency>
                        <groupId>com.atlassian.jira</groupId>
                        <artifactId>jira-api</artifactId>
                        <version>${jira.version}</version>
                        <scope>provided</scope>
                    </dependency>
            {code}

            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).
            jonah (Inactive) made changes -
            Link New: This issue is related to JRASERVER-25596 [ JRASERVER-25596 ]
            vkharisma made changes -
            Project Import New: Sat Apr 01 19:36:47 UTC 2017 [ 1491075407146 ]
            Confluence Escalation Bot (Inactive) made changes -

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

                Created:
                Updated:
                Resolved: