Hola Comunidad! ¿Como estan?
Tengo en jira una larga lista de proyectos, mas de 300 y quisera poder, sin entrar a mirar uno por uno, indentificar los proyectos que son Scrum de los que son Kanban.
Hay alguna lista, informe o manera de rescatar esa información?
Gracias
I do not believe that is possible with the built-in features of Jira Cloud.
You could try calling the REST API functions, getting up to 100 board records at a time, and that would show the type as "scrum" or "kanban" for the company-managed projects: https://developer.atlassian.com/cloud/jira/software/rest/api-group-board/#api-rest-agile-1-0-board-get
However that will not provide information on the team-managed projects as their type will appear as "simple".
Kind regards,
Bill
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.