Hide create issue button on vulnerability page if a customer does not have issue tracking
If the customer does not have issue tracking enabled or has a 3rd party issue tracker, then they will get the following error. ![error_creating_issue](/uploads/5e527900f79722e5d0b1e3c676f15738/error_creating_issue.png) # Proposal - Hide the "Create Issue" button, if issue tracking is not turned on or a 3rd party issue tracker is in use or - Disable the "Create Issue" button and have help text explaining that the user must have issue tracking configured to use the button. # Implementation - [ ] hide the `create issue` button using the `create_issue_url` property if a user has the issue tracker turned off (Project -> Settings Sidebar menu -> General -> Visibility, project features, permissions -> Issues )
issue