Re: How to prevent users from opening GitLab issues?

2019-10-09 Thread Simon Redman
You can add templates by following the directions here: https://docs.gitlab.com/ee/user/project/description_templates.html#creating-issue-templates (Similar steps for pull requests, check out the kdeconnect-kde repo if you want the templates I made) Unfortunately regular developers can't set the

Re: How to prevent users from opening GitLab issues?

2019-10-09 Thread Alexander Saoutkin
One should be able to add a issue template to issues (similar to how diffs are prefilled in phab), which would make clear the purpose of issues. feverfew On Wed, 9 Oct 2019, 19:23 Nate Graham, wrote: > GitLab Issues are intended to be the replacement for Phabricator tasks > and are not intended

Re: How to prevent users from opening GitLab issues?

2019-10-09 Thread Nate Graham
GitLab Issues are intended to be the replacement for Phabricator tasks and are not intended to be used for user bug reports. We can't disable this feature or else we lose the project task tracking functionality entirely, which would be a major regression compared to Phabricator. Yes, it is ver

How to prevent users from opening GitLab issues?

2019-10-09 Thread Albert Vaca Cintora
As we transition to Gitlab, our users find two different ways of reporting issues: in Bugzilla and in Gitlab. Since we don't have plans to deprecate bugzilla, is there any way we can disable issues in Gitlab? Albert