Can other Jira project types (i.e. scrum, kanban, etc.) support multiple workflows view on the board like business project?
Actually, if you have a recent version of JMWE (the latest is 5.2.1), it's really not that hard to achieve with a Scripted (Groovy) Condition. You could do something like:
jqlSearch( "project=${issue.get("Project")?.key} and status=Investigation" , 3).size() < 3which will pass only if there are less than 3 issues in the same project in the "Investigation" status.
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.