Ideally one developer can work on one ticket at one time or 2 sometimes. So can we restrict in the JIRA that when the ticket is move from TODO bucket to In progress bucket than one user have one ticket in that bucket.
The user can' t assign 2 or more tickets and work on them
Hi Dishanki - Welcome to the Atlassian Community!
You can set WIP Limits for columns on your Kanban board. This is the standard Kanban practice. When the WIP Limits are exceeded the column will turn red. It will not prevent the user from pulling too many cards to the column, but it will be very noticeable if they do.
Any solutions for the scrum board as we are using Scrum not Kanban so
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That seems strange to me. Scrum at it's very nature has a WIP limit of one. Developers should not be working on multiple issues on a scrum board at one time. That seems more like an education issue than a board issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Dishanki Panpalia welcome to the community!
It looks like someone has already answered this question before, check out this answer.
I'll add some ideas to that answer which may make this possible for you.
Jira does not have this option, but you can create a solution that has similar effects.
One way would be to set up an automation rule triggered when the ticket is transitioned to To Do that checks how many issues are assigned to the current assignee. You can use {{lookupIssues.size}} to check number of assigned tickets, and set a compare condition that if that number is greater or equal than you limit then it transitions the issue back to the previous status and sends a comment @the author that trantisioned to To Do explaining why the status was reverted.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Welcome to the community
Unfortunately there's no option like that.
But you can create some board to check if a user is up the limit.
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.