Hola!
Necesito limitar la asignacion del issueType Análisis (Subtask) unicamente a un rol definido, tambien necesito limitar el registro de horas de este issueType para el mismo rol.
Es esto posible? como puedo hacerlo?
Gracias!
Hola @Lucas Gagliano ,
Jira no proporciona de forma nativa un método directo y simple para limitar quién puede ser asignado a un problema según el tipo de problema.
Podría ser posible improvisar algo así:
- limitar la capacidad de cambiar el Cesionario para que se realice solo durante una transición de flujo de trabajo y usar un Validador en la transición
o
- usar una regla de automatización para revisar los cambios realizados en el cesionario y revertir el cambio si el usuario no desempeña el rol especificado.
También podría haber una aplicación de terceros que ayudaría con esto, aunque no conozco ninguna que lo haga específicamente.
---
Hello,
Jira does not natively provide a direct and simple method to limit who can be assigned to an issue based on the issue type.
It might be possible to cobble something together by:
- limiting the ability to change the Assignee to being done only during a workflow transition, and using a Validator in the transition
or
- using an Automation Rule to review changes to the Assignee and revert the change if the user is not in the specified role.
There might also be a third party app that would help with this, though I don't know of one that will specifically do this.
Is it possible to limit the assignment of a type of subtask to a specific role?
Hello!
I need to limit the assignment of the Analysis (Subtask) issueType to only one defined role, I also need to limit the time recording of this issueType to the same role.
Is this possible? how can I do it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.