文章目录
- 一、[使用 REST API(自 5.0 起)获取total issue count](https://jira.atlassian.com/browse/JRA-29903)。
- Step 1: get the filter search URL
- Step 2: run the search with maxResults=0
- 二、使用 jira-python 获取 total issue count
一、使用 REST API(自 5.0 起)获取total issue count。
Step 1: get the filter search URL
Go to the filter’s REST address. For example:
GET
https://jira.atlassian.com/rest/api/2/filter/12844
{self