Is there any way to filter commits data coming from REST API v2?
Welcome to the Atlassian developer community @RaviKumarVerma,
Yes. List commits using GET /2.0/repositories/{workspace}/{repo_slug}/commits
with query parameters for exclude
and include
.
1 Like