Skip to content

Commit 39aacd8

Browse files
marcogariojc-clark
andauthored
Remove docs for Alert Issue tracking (#55250)
Co-authored-by: Joe Clark <[email protected]>
1 parent 3654df4 commit 39aacd8

File tree

5 files changed

+4
-115
lines changed

5 files changed

+4
-115
lines changed

content/code-security/code-scanning/managing-code-scanning-alerts/assessing-code-scanning-alerts-for-your-repository.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -102,20 +102,6 @@ You can search the list of alerts. This is useful if there is a large number of
102102
![Screenshot of search field in alerts view. The field has pre-defined filters "is: open branch:main" and free text of "sql or injection" highlighted.](/assets/images/help/repository/code-scanning-search-alerts.png)
103103
1. Press <kbd>return</kbd>. The alert listing will contain the open {% data variables.product.prodname_code_scanning %} alerts matching your search criteria.
104104

105-
{% ifversion code-scanning-task-lists %}
106-
107-
## Tracking {% data variables.product.prodname_code_scanning %} alerts in issues
108-
109-
{% data reusables.code-scanning.beta-alert-tracking-in-issues %}
110-
111-
To quickly create an issue to track the status of a specific {% data variables.product.prodname_code_scanning %} alert, on the {% data variables.product.prodname_code_scanning %} alerts page, click the alert you would like to track. On the detailed page for that alert, click **Create issue**. Customize the autogenerated issue as desired, then click **Submit new issue**.
112-
113-
Alternatively, to track a {% data variables.product.prodname_code_scanning %} alert in an existing issue, add the URL for the alert as a task list item in the issue. For more information about task lists, see [AUTOTITLE](/get-started/writing-on-github/working-with-advanced-formatting/about-task-lists).
114-
115-
{% data reusables.code-scanning.alert-tracking-link %}
116-
117-
{% endif %}
118-
119105
## Auditing responses to {% data variables.product.prodname_code_scanning %} alerts
120106

121107
{% data reusables.code-scanning.audit-code-scanning-events %}

content/code-security/code-scanning/managing-code-scanning-alerts/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ topics:
1111
- Code Security
1212
- Code scanning
1313
- CodeQL
14+
redirect_from:
15+
- /code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/tracking-code-scanning-alerts-in-issues-using-task-lists
16+
- /code-security/code-scanning/managing-code-scanning-alerts/tracking-code-scanning-alerts-in-issues-using-task-lists
1417
children:
1518
- /about-code-scanning-alerts
1619
- /responsible-use-autofix-code-scanning
@@ -20,5 +23,4 @@ children:
2023
- /best-practices-for-participating-in-a-security-campaign
2124
- /fixing-alerts-in-security-campaign
2225
- /triaging-code-scanning-alerts-in-pull-requests
23-
- /tracking-code-scanning-alerts-in-issues-using-task-lists
2426
---

content/code-security/code-scanning/managing-code-scanning-alerts/tracking-code-scanning-alerts-in-issues-using-task-lists.md

Lines changed: 0 additions & 83 deletions
This file was deleted.

content/get-started/writing-on-github/working-with-advanced-formatting/about-task-lists.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,3 @@ Any issues that are referenced in a task list specify that they are tracked by t
7070
![Screenshot of issue 3 showing the issue status of "Open" and the text "Tracked by issue #2", which is outlined in orange.](/assets/images/help/writing/task-list-tracked.png)
7171

7272
{% endif %}
73-
74-
{% ifversion code-scanning-task-lists %}
75-
76-
## Further reading
77-
78-
* [AUTOTITLE](/code-security/code-scanning/managing-code-scanning-alerts/tracking-code-scanning-alerts-in-issues-using-task-lists){% endif %}

content/issues/tracking-your-work-with-issues/using-issues/creating-an-issue.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ You can use query parameters to open issues. Query parameters are optional parts
145145
146146
You must have the proper permissions for any action to use the equivalent query parameter. For example, you must have permission to add a label to an issue to use the `labels` query parameter. For more information, see [AUTOTITLE](/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/repository-roles-for-an-organization).
147147

148-
If you create an invalid URL using query parameters, or if you dont have the proper permissions, the URL will return a `404 Not Found` error page. If you create a URL that exceeds the server limit, the URL will return a `414 URI Too Long` error page.
148+
If you create an invalid URL using query parameters, or if you don't have the proper permissions, the URL will return a `404 Not Found` error page. If you create a URL that exceeds the server limit, the URL will return a `414 URI Too Long` error page.
149149

150150
Query parameter | Example
151151
--- | ---
@@ -161,16 +161,6 @@ Query parameter | Example
161161
You can also use URL query parameters to fill custom text fields that you have defined in issue form templates. Query parameters for issue form fields can also be passed to the issue template chooser. For more information, see [AUTOTITLE](/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema#keys).
162162
{% endif %}
163163

164-
{% ifversion code-scanning-task-lists %}
165-
166-
## Creating an issue from a {% data variables.product.prodname_code_scanning %} alert
167-
168-
{% data reusables.code-scanning.beta-alert-tracking-in-issues %}
169-
If you're using issues to track and prioritize your work, you can use issues to track {% data variables.product.prodname_code_scanning %} alerts.
170-
{% data reusables.code-scanning.alert-tracking-link %}
171-
172-
{% endif %}
173-
174164
{% ifversion copilot %}
175165

176166
## Creating an issue from {% data variables.product.prodname_copilot_chat_short %}

0 commit comments

Comments
 (0)