Help make a request to get a list of closed tasks for the current sprint.
For open such a request turned out
base_url/api/issues?query=%23resolved%20%23я&fields=summary,idReadable,customFields(name,value(name))&customFields=Оценка&customFields
Help make a request to get a list of closed tasks for the current sprint.
For open such a request turned out
base_url/api/issues?query=%23resolved%20%23я&fields=summary,idReadable,customFields(name,value(name))&customFields=Оценка&customFields
If you want to get resolved tasks in the current sprint of the boardname
board, please use the following endpoint: /api/issues?query=%23resolved%20Board%20boardname:%20%7BCurrent%20sprint%7D%20&fields=summary,idReadable,customFields(name,value(name))
. Edit the fields part as necessary.