Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Bitbucket Cloud Issues and Wikis

Giovanni Raffaele Gargiulo
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 27, 2026

Hello,

could you please tell me how I can identify the repositories that currently use Issues or Wikis features within our workspace?

Thanks,

Raffaele

1 answer

1 accepted

0 votes
Answer accepted
Arkadiusz Wroblewski
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 Champions.
March 28, 2026

Hello and welcome to the Community @Giovanni Raffaele Gargiulo 

I do not think Bitbucket Cloud has a native workspace-level view for that.

I would use the repositories API and filter for repos where has_issues=true or has_wiki=true. Atlassian’s own KB points to the API for exactly this kind of workspace-wide check.

Example:

GET /2.0/repositories/<workspace>?fields=next,+values.full_name,+values.has_issues,+values.has_wiki&q=has_issues=true OR has_wiki=true

If you have many repositories, just follow the next link until you have the full list.

Giovanni Raffaele Gargiulo
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 30, 2026

Hello Arkadiusz.

Thanks so much for the advice.

Best regards,

Raffaele

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Product Admin Site Admin
TAGS
AUG Leaders

Atlassian Community Events