Add the ability to disable Wiki & Issues from API #164

Closed
opened 2025-11-02 03:11:33 -06:00 by GiteaMirror · 6 comments
Owner

Originally created by @deanpcmad on GitHub (Dec 26, 2016).

I've recently moved to Gitea from GitLab. I wrote a script to extract the GitLab backup, create repos using the Gitea API and then push the contents of those repos.

For a number of my projects I want to use an external issue tracker so it would be nice to be able to disable or set the external issue tracker URL and URL format from the API on creation and when updating a project.

Thanks for your hard work on Gitea so far, I'm really liking it 😄

Originally created by @deanpcmad on GitHub (Dec 26, 2016). I've recently moved to Gitea from GitLab. I wrote a script to extract the GitLab backup, create repos using the Gitea API and then push the contents of those repos. For a number of my projects I want to use an external issue tracker so it would be nice to be able to disable or set the external issue tracker URL and URL format from the API on creation and when updating a project. Thanks for your hard work on Gitea so far, I'm really liking it 😄
GiteaMirror added the type/featureissue/confirmedtype/enhancementmodifies/api labels 2025-11-02 03:11:33 -06:00
Author
Owner

@lunny commented on GitHub (Jan 25, 2017):

Is there a github API to do this?

@lunny commented on GitHub (Jan 25, 2017): Is there a github API to do this?
Author
Owner

@bkcsoft commented on GitHub (Jan 29, 2017):

@lunny Yes. https://developer.github.com/v3/repos/#edit

PATCH /repos/:owner/:repo
{
  has_wiki: false,
  has_issues: false
}
@bkcsoft commented on GitHub (Jan 29, 2017): @lunny Yes. https://developer.github.com/v3/repos/#edit ``` PATCH /repos/:owner/:repo { has_wiki: false, has_issues: false } ```
Author
Owner

@stale[bot] commented on GitHub (Jan 30, 2019):

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.

@stale[bot] commented on GitHub (Jan 30, 2019): This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.
Author
Owner

@adelowo commented on GitHub (Jan 30, 2019):

Bummer

@adelowo commented on GitHub (Jan 30, 2019): Bummer
Author
Owner

@stale[bot] commented on GitHub (Mar 31, 2019):

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.

@stale[bot] commented on GitHub (Mar 31, 2019): This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.
Author
Owner

@davidsvantesson commented on GitHub (Nov 24, 2019):

This issue have been implemented.

@davidsvantesson commented on GitHub (Nov 24, 2019): This issue have been implemented.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#164