Como filtrar por tipo de evento?

Danielle Campos December 10, 2021

Gostaria de filtrar, através dos filtros do Jira, os itens que estavam no inicio da sprint. 

No relatório "Gráfico de Burndown" eu tenho essa informação, porém não consigo extrair para excel. 

Considerando essa limitação, gostaria de saber como posso filtrar por tipo de evento usando o JQL. 


Alguém consegue me auxiliar, por gentileza?Tipo Evento.png

1 answer

1 vote
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 10, 2021

Hi @Danielle Campos 

That is not possible with the out-of-the-box features of Jira's JQL.

Some possible alternatives/work-arounds are:

  • Check the marketplace for apps which enhance JQL or reporting
  • Check the REST API to pull data with the issue change logs
  • Call the REST API for the sprint report and parse the JSON into your needs, substituting in your company Jira URL, board id, and sprint id:
    • https://myCompanyJiraUrl/rest/greenhopper/1.0/rapid/charts/sprintreport?rapidViewId=myBoardId&sprintId=mySprintId
  • Use automation rules to capture information relevant to sprints and issues, possibly saving in custom fields, and so make JQL filtering/reporting easier

Kind regards,
Bill

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events