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.
Am I missing something on how to set it up or is it no longer an option in Jira Cloud?
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.
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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The filter is set up as follows, which I believe is the way the instructions said to do it. Am I missing something?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.