Where to set Issue tracker, I am trying to get repository component data using
bitbucket-python package get_repository_components() but it is asking for enable Issue tracker but I do not found this option on my repository setting.
Hi @kiran_10 and welcome to the community!
The issue tracker is not supported in repositories that belong to workspaces administered through admin.atlassian.com.
You can find out if the workspace is administered through admin.atlassian.com the following way:
If the menu in the cog icon shows ATLASSIAN ADMIN - User management (like in the screenshot below), then the workspace is administered through admin.atlassian.com and issue trackers cannot be enabled for its repos.
If you don't see the item ATLASSIAN ADMIN - User management in the cog menu, then the workspace is not administered through admin.atlassian.com, and the issue tracker can be enabled via Repository settings. This option shows in the FEATURES section > select Issue tracker.
You can then enable an issue tracker for the repo.
Please keep in mind that components are an issue tracker feature, and they are set manually by admins in the issue tracker settings. If the repo never had an issue tracker, there would be no components to get anyway.
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.