Hey everyone, I need your help as I am trying to manage 50+ clients.
Each clients have 1-10 projects.
With around 10 engineers I'd like to have kanban boards for each of the projects.
I'd like to have a view per engineer and per project.
To visualize:
Customer1
----Project1
---------Kanban Board
----Project2
---------Kanban Board
Customer2
----Project1
---------Kanban Board
----Project2
---------Kanban Board
... etc
Is this something which is possible in Jira?
I used it few years back however it was only one backlog and 1 software project.
Any help appreciated! Thanks
Yes, that's entirely possible.
As the admin, the best thing to do is create the projects and make one or more users of the project into project admins, then they'll be able to set up the boards to suit them.
Thanks Nic! I am going to try this one out!
What about the view per person (see all their tasks across clients and projects)? Is that possible also?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It is, but I'd let the users do it for themselves.
I would however build them an example dashboard to show them what they could build for themselves.
There's a really simple trick to this. Most gadgets on dashboards work off a JQL query, and then report off the issues the query finds. So I often build dashboards that work off the same query, but tell you different things. For example, you can have a gadget that gives a bar chart of the number of issues by priority, another by project, another by status, then have the top of an issue list, then a 2d grid and and and.
The trick here is to use a query that includes a clause such as "and assignee = currentUser()" - that way the same dashboard will give different reports, but focussed on the person using the board.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
excellent thanks Nic, I am going to try this out!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Nic Brough -Adaptavist- We’re facing a similar situation for our organization. I understand how to create each project separately and assign each one a dedicated admin, but it’s not clear to me how to group the projects by customer (per @[deleted]‘s visual in the original post). Can you elaborate on your recommendation?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to the Atlassian Community!
You could have a 1:1 customer:project ration, or you could use project categories as customers, or you could name the customer on individual issues, or you could create boards that map to customers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, thanks! We have a 1:many customer:project model, so maybe I’ll explore the categories option.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.