I want to know the current ticket a developer is working on. We have a lot of statuses in JIRA right, so people tend to not select the particular status while doing the development.
I want to know if we have any automation or APIs to have only one ticket in the "Dev in progress" status for one developer. They cannot have multiple tickets under this status. This will be easy for me to track the current tickets they are working on.
Thanks in advance.
Hey @Akash Lenin
There is no real way to do that. You can see similar question answered here https://community.atlassian.com/t5/Jira-Software-questions/Only-one-active-issue-per-user/qaq-p/1506258
If you don't mind me sharing my thought - trying to make JIRA allow only one issue per user in a given status is trying to solve the symptom, not the problem. I speak from experience here :)
What is the reason people don't use right statuses? Maybe there are too many, or they do not understand the process? Or maybe the team spirit is low and "no-one cares"?
Hey thanks for answering. People don't keep the tickets in the correct status and its difficult to create an automation based of the status.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Akash Lenin , I found out recently that IntelliJ IDEs (possibly other IDEs too; I'm not affiliated with IntelliJ) integrate with JIRA and other bug trackers and help change the statuses automatically.
By the way, I tried this feature in IntelliJ products and it was really cool - I was able to change the whole context with one click - open files, current branch, and I think the status in Jira can change too (see links below)
For sure it can change when uploading the change to Git.
See more at: https://www.jetbrains.com/help/idea/managing-tasks-and-context.html
I think someone used it here: https://www.jambit.com/en/latest-info/toilet-papers/intellij-and-jira-workflow/
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.
Welcome to the Atlassian Community!
You can do some automation to try to prevent people having more than one issue in a status, but its complexity will be proportional to the complexity of your workflows, and a much better option is to simply allow people to do it, report on "assignee = X and status = Y" regularly, and then get your human processes fixed and people educated as to how they should be working (and ideally, simplify your workflows to make it easier for them to get it right)
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.