-
Suggestion
-
Resolution: Done
-
None
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).
- is related to
-
JRASERVER-22139 Feedback for REST API
- Closed
- relates to
-
JRACLOUD-25596 Feedback for Java API
- Closed
Form Name |
---|
[JRASERVER-25596] Feedback for Java API
Workflow | Original: JAC Suggestion Workflow [ 3059724 ] | New: JAC Suggestion Workflow 3 [ 3688939 ] |
Status | Original: RESOLVED [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: Confluence Workflow - Public Facing v4 [ 2617330 ] | New: JAC Suggestion Workflow [ 3059724 ] |
Workflow | Original: JIRA PM Feature Request Workflow v2 - TEMP [ 2585945 ] | New: Confluence Workflow - Public Facing v4 [ 2617330 ] |
Status | Original: Closed [ 6 ] | New: Resolved [ 5 ] |
Workflow | Original: JIRA Bug Workflow w Kanban v6 - TEMP [ 2361913 ] | New: JIRA PM Feature Request Workflow v2 - TEMP [ 2585945 ] |
Workflow | Original: JIRA Bug Workflow w Kanban v6 [ 2129543 ] | New: JIRA Bug Workflow w Kanban v6 - TEMP [ 2361913 ] |
Workflow | Original: JIRA Bug Workflow w Kanban v6 - TEMP [ 2092733 ] | New: JIRA Bug Workflow w Kanban v6 [ 2129543 ] |
Workflow | Original: JIRA Bug Workflow w Kanban v6 [ 886363 ] | New: JIRA Bug Workflow w Kanban v6 - TEMP [ 2092733 ] |
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 Server*. Using *JIRA Cloud*? [See the corresponding suggestion|http://jira.atlassian.com/browse/JRACLOUD-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). |
Link |
New:
This issue relates to |
Labels | New: affects-server |