Catch error when external issue traker #54

Closed
opened 2020-06-03 14:13:12 +00:00 by 6543 · 3 comments
Member

-> https://github.com/go-gitea/gitea/issues/8268

we should chek if issue traker is external. If so grey out create issue&milestone&lable or hide it and show info at repo info page?

-> https://github.com/go-gitea/gitea/issues/8268 we should chek if issue traker is external. If so grey out create issue&milestone&lable or hide it and show info at repo info page?
6543 added this to the 2.1.0 milestone 2020-06-03 14:13:12 +00:00
6543 added the
🚀 Improvement
label 2020-06-03 14:13:12 +00:00
6543 closed this issue 2020-06-03 14:13:12 +00:00
Owner

Yes its not implemented yet. There is a flag in the API which only tell you if issue tracker is enabled or not. Based on that we can disable create issue. But will still allow to create milestone and labels as these are required by PR.

Yes its not implemented yet. There is a flag in the API which only tell you if issue tracker is enabled or not. Based on that we can disable create issue. But will still allow to create milestone and labels as these are required by PR.
Owner

Mean to say at the moment API does not return anything about external issue tracker, but we can detect if issue tracker is enabled or disabled.

Mean to say at the moment API does not return anything about external issue tracker, but we can detect if issue tracker is enabled or disabled.
Owner

Closed via PR #84

Closed via PR #84
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: gitnex/GitNex#54
No description provided.