Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Could not find "com.atlassian.jira.web.action.project.AddProject" Class in JIRA-7.0.11 API

Hi,

We are upgrading JIRA version from 6.3.X version to JIRA-7.0.11, as part of this upgrade process what we observed that, "com.atlassian.jira.web.action.project.AddProject" Class is not available in JIRA-7.0.11.

Is it deprecated or deleted? If yes, what will be the alternative class for it, we are not able to find it in JIRA-7.0.11 api. Due to which we are not able to upgrade our custom plugins

1 comment

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Apr 18, 2017

Correct, it has been removed, it was deprecated years ago and JIRA 7 finally removed a lot of deprecated code from the base.

You haven't said what context you're using it, but generally for project handling, you'd use ProjectManager - https://docs.atlassian.com/jira/server/com/atlassian/jira/project/ProjectManager.html

Hi Nic,

 

Currently we using JIRA 6.3.8 version, in which we have extended the feature of add project functionality by extending Addproject class. Please see below example of code snippet.

 

public class AddProject extends com.atlassian.jira.web.action.project.AddProject {

}

 

 

 

we could not find the this class in JIRA 7.0.11, so what is the alternative calss for AddProject.

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events