Classic Software Projects

Collista Lewingdon
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 7, 2022

Good afternoon:

 

I am trying to create a classic software project in Jira cloud and it does not appear to be an option. The only thing I can seem to create is software project, doesn't say whether it is next-gen or classic. 

software project.PNG

Am I missing something on how to set it up or is it no longer an option in Jira Cloud?

1 answer

0 votes
Mikael Sandberg
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 7, 2022

You should be able to select if the project is a team-managed or company-managed project after you have selected which template to use if you are on the new create project experience. If you are still on the old experience you can switch between team-managed and company-managed by clicking the button under the templates.

Screen Shot 2022-07-07 at 2.00.17 PM.png

Collista Lewingdon
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 8, 2022

The reason that I asked about classic software projects is because I am trying to create a Kanban board within a software project that shows two projects on the board. I believe I set it up correctly but am only seeing issues from one project within the board. 

Two boards.PNG

When I try to click view permissions to add the other project to the board it gives me the following message after a few seconds of trying to reload. error message.PNG

Mikael Sandberg
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 8, 2022

Okay, what controls what you see on the board is the filter, and currently it is only selecting one project. So if you want to see issues from more projects you have to update the filter.

Collista Lewingdon
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 8, 2022

The filter is set up as follows, which I believe is the way the instructions said to do it. Am I missing something?

filter.PNG

Mikael Sandberg
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 8, 2022

You are sharing the filter with users that have access to the projects, but you also have to change the JQL part too, currently it is set to:

project = APM ORDER BY Rank ASC

That needs to change to something like this:

project in (APM, "APM Software Test Project") ORDER BY Rank ASC

Suggest an answer

Log in or Sign up to answer