-
Notifications
You must be signed in to change notification settings - Fork 434
[docs] Update list of issues in releases #1377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for moodledevdocs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR standardizes the “Complete list of issues” links across multiple release notes by replacing the old Jira Release Note URLs with new Issue Navigator JQL URLs.
- Switches link targets from the old
/ReleaseNote.jspa
endpoint to/IssueNavigator!executeAdvanced.jspa
with a JQL query - Applies this URL change consistently for all v3.x and v2.x markdown release files
Reviewed Changes
Copilot reviewed 55 out of 55 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
general/app_releases/v3/v3.3.2.md | Updated Jira link to use IssueNavigator JQL URL |
general/app_releases/v3/v3.3.1.md | Updated Jira link to use IssueNavigator JQL URL |
general/app_releases/v3/v3.3.0.md | Updated Jira link to use IssueNavigator JQL URL |
general/app_releases/v3/v3.2.1.md | Updated Jira link to use IssueNavigator JQL URL |
general/app_releases/v3/v3.2.0.md | Updated Jira link to use IssueNavigator JQL URL |
general/app_releases/v3/v3.1.3.md | Updated Jira link to use IssueNavigator JQL URL |
general/app_releases/v3/v3.1.2.md | Updated Jira link to use IssueNavigator JQL URL |
general/app_releases/v3/v3.1.1.md | Updated Jira link to use IssueNavigator JQL URL |
general/app_releases/v3/v3.1.0.md | Updated Jira link to use IssueNavigator JQL URL |
general/app_releases/v3/v3.0.0.md | Updated Jira link to use IssueNavigator JQL URL |
general/app_releases/v2/v2.9.md | Updated Jira link to use IssueNavigator JQL URL |
general/app_releases/v2/v2.8.md | Updated Jira link to use IssueNavigator JQL URL |
general/app_releases/v2/v2.7.md | Updated Jira link to use IssueNavigator JQL URL |
general/app_releases/v2/v2.6.md | Updated Jira link to use IssueNavigator JQL URL |
general/app_releases/v2/v2.5.md | Updated Jira link to use IssueNavigator JQL URL |
general/app_releases/v2/v2.4.md | Updated Jira link to use IssueNavigator JQL URL |
general/app_releases/v2/v2.3.md | Updated Jira link to use IssueNavigator JQL URL |
general/app_releases/v2/v2.2.md | Updated Jira link to use IssueNavigator JQL URL |
general/app_releases/v2/v2.1.md | Updated Jira link to use IssueNavigator JQL URL |
general/app_releases/v2/v2.0.md | Updated Jira link to use IssueNavigator JQL URL |
Comments suppressed due to low confidence (2)
general/app_releases/v3/v3.3.2.md:11
- The updated link uses HTTP instead of HTTPS, which can lead to insecure requests or redirects; please switch the URL to HTTPS to ensure a secure connection.
[Complete list of issues fixed in Moodle Mobile 3.3.2](http://moodle.atlassian.net/secure/IssueNavigator!executeAdvanced.jspa?...)
general/app_releases/v3/v3.3.2.md:11
- [nitpick] This JQL URL pattern is duplicated across many release notes; consider centralizing the link format (e.g., via an include or template) to make future updates easier.
[Complete list of issues fixed in Moodle Mobile 3.3.2](http://moodle.atlassian.net/secure/IssueNavigator!executeAdvanced.jspa?...)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Andrew,
This brings us inline with our current way of displaying resolved issues for versions.
ICT-5400 part 2